]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add comment to clarify how the test can fail
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 16 Jul 2015 05:08:29 +0000 (10:38 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 16 Jul 2015 05:08:29 +0000 (10:38 +0530)
ChangeLog
elf/tst-nodelete-opened.c

index 665f5ccabdf357fca987ac1bf4f590cd1a944b12..34b31281eeb8a3866d1b91bb7f83b4df8f55ec69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-07-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+       * 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]
index 43b00fa16dd31aa48b6883ea4117b8731f6be6fa..501d005f819452260043793f5ce3579ac59f9937 100644 (file)
@@ -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;