]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - debug/vsprintf_chk.c
libio: Implement vtable verification [BZ #20191]
[thirdparty/glibc.git] / debug / vsprintf_chk.c
index aa1587ce6f3f7aed44c7d02a46269236e0568d3b..02e7372849e1400e50213be591e97585f02f4b12 100644 (file)
@@ -32,7 +32,7 @@ _IO_str_chk_overflow (_IO_FILE *fp, int c)
 }
 
 
-static const struct _IO_jump_t _IO_str_chk_jumps =
+static const struct _IO_jump_t _IO_str_chk_jumps libio_vtable =
 {
   JUMP_INIT_DUMMY,
   JUMP_INIT(finish, _IO_str_finish),