CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/08/17 09:11:12
Modified files:
regress/libexec/ld.so/randomdata/ld.so-cookie: test.c
Log message:
Double check that we're not testing libc's __guard. Changing ld.so's
__guard symbol to HIDDEN causes dlsym() to return a pointer to libc's
__guard instead, which can cause the test to wrongly pass even if
ld.so's random data segments are not being initialized properly.
