Just an update to note that the fix I submitted upstream was accepted (
http://sources.redhat.com/bugzilla/show_bug.cgi?id=3991#c2 ):
--- Additional Comment #2 From Ulrich Drepper 2007-02-16 07:58
[reply] ---
Should indeed be possible. Applied to the trunk.
This is included in my p
** Attachment added: "Proposed fix for the problem"
http://librarian.launchpad.net/6340736/glibc-cleanup_assert.patch
--
[patch] assert and assert_perror macros contain unreachable code
https://launchpad.net/bugs/83811
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.u
** Description changed:
This bug affects libc6-dev 2.4-1ubuntu12.3 (and, presumably, all
previous versions as well).
The assert and assert_perror macros, defined in /usr/include/assert.h,
contain unreachable code in the failure case. To reproduce, do the
following:
$ cat > test-a