From: Siddhesh Poyarekar Date: Thu, 16 Jul 2015 05:08:29 +0000 (+0530) Subject: Add comment to clarify how the test can fail X-Git-Tag: glibc-2.22~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e591758b38a606f6197cfdd0f8382fa8397b5e77;p=thirdparty%2Fglibc.git Add comment to clarify how the test can fail --- diff --git a/ChangeLog b/ChangeLog index 665f5ccabdf..34b31281eeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-07-16 Siddhesh Poyarekar + * tst-nodelete-opened.c (do_test): Add comment to clarify how + the test can fail. + * stdlib/cxa_thread_atexit_impl.c: Whitespace fixup. [BZ #18676] diff --git a/elf/tst-nodelete-opened.c b/elf/tst-nodelete-opened.c index 43b00fa16dd..501d005f819 100644 --- a/elf/tst-nodelete-opened.c +++ b/elf/tst-nodelete-opened.c @@ -58,6 +58,8 @@ do_test (void) return 1; } + /* This FOO dereference will crash with a segfault if the DSO was + unloaded. */ printf ("foo == %d\n", *foo); return 0;