]> git.ipfire.org Git - thirdparty/glibc.git/commit
libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]
authorFlorian Weimer <fweimer@redhat.com>
Fri, 22 Nov 2019 21:10:42 +0000 (22:10 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 27 Nov 2019 19:16:22 +0000 (20:16 +0100)
commitcb61630ed712d033f54295f776967532d3f4b46a
tree0339f32c55367e2b539f6e4f6c578110e4146da6
parent381b76d7a3511e152675018457bd432fa2657928
libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]

Commit c402355dfa7807b8e0adb27c009135a7e2b9f1b0 ("libio: Disable
vtable validation in case of interposition [BZ #23313]") only covered
the interposable glibc 2.1 handles, in libio/stdfiles.c.  The
parallel code in libio/oldstdfiles.c needs similar detection logic.

Fixes (again) commit db3476aff19b75c4fdefbe65fcd5f0a90588ba51
("libio: Implement vtable verification [BZ #20191]").

Change-Id: Ief6f9f17e91d1f7263421c56a7dc018f4f595c21
libio/oldstdfiles.c