fix flockfile-list regression test
authorSzabolcs Nagy <nsz@port70.net>
Sat, 25 Jul 2020 00:37:21 +0000 (00:37 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Sat, 25 Jul 2020 00:42:50 +0000 (00:42 +0000)
this test should check if freed stdio memory is clobbered
after an funlockfile.

the old method was very fragile: it tried to reuse the
freed memory via a malloc and check if that allocation is
clobbered. now musl supports malloc interposition so we
can use that to directly check the required property.


No differences found