]> sourceware.org Git - glibc.git/commit
libio: Set _vtable_offset before calling _IO_link_in [BZ #32148]
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 7 Sep 2024 15:32:32 +0000 (08:32 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 30 Sep 2024 23:31:25 +0000 (07:31 +0800)
commit9dfea3de7f690bff70e3c6eb346b9ad082bb2e35
treea49afb7e040976036fcde8ee50c76703b504a554
parent97aa92263a151d12286d27d327edc35475fe521c
libio: Set _vtable_offset before calling _IO_link_in [BZ #32148]

Since _IO_vtable_offset is used to detect the old binaries, set it
in _IO_old_file_init_internal before calling _IO_link_in which checks
_IO_vtable_offset.  Add a glibc 2.0 test with copy relocation on
_IO_stderr_@GLIBC_2.0 to verify that fopen won't cause memory corruption.
This fixes BZ #32148.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
libio/Makefile
libio/oldfileops.c
libio/tst-fopen-compat.c [new file with mode: 0644]
This page took 0.042839 seconds and 5 git commands to generate.