]> git.ipfire.org Git - thirdparty/glibc.git/commit
libio: Test for fdopen memory leak without SEEK_END support (bug 31840)
authorFlorian Weimer <fweimer@redhat.com>
Tue, 4 Jun 2024 12:37:35 +0000 (14:37 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 4 Jun 2024 14:09:33 +0000 (16:09 +0200)
commitd0106b6ae26c8cc046269358a77188105c99d5e3
tree8488c59e46194113147c16a3407c8f9041acf1ae
parentb2c3ee3724900975deaf5eae57640bb0c2d7315e
libio: Test for fdopen memory leak without SEEK_END support (bug 31840)

The bug report used /dev/mem, but /proc/self/mem works as well
(if available).
libio/Makefile
libio/tst-fdopen-seek-failure.c [new file with mode: 0644]