This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
GNU C Library master sources branch master updated. glibc-2.21-612-ge591758
- From: siddhesh at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 16 Jul 2015 05:09:03 -0000
- Subject: GNU C Library master sources branch master updated. glibc-2.21-612-ge591758
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via e591758b38a606f6197cfdd0f8382fa8397b5e77 (commit)
from 9ceb5f6251fa0c0de5304e081e979b3f855148ed (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e591758b38a606f6197cfdd0f8382fa8397b5e77
commit e591758b38a606f6197cfdd0f8382fa8397b5e77
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date: Thu Jul 16 10:38:29 2015 +0530
Add comment to clarify how the test can fail
diff --git a/ChangeLog b/ChangeLog
index 665f5cc..34b3128 100644
--- 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]
diff --git a/elf/tst-nodelete-opened.c b/elf/tst-nodelete-opened.c
index 43b00fa..501d005 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;
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 3 +++
elf/tst-nodelete-opened.c | 2 ++
2 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU C Library master sources