Bug#729514: libc6: fwprintf() doesn't print (nil) for NULL pointer and L%p format string

2014-05-01 Thread James Cowgill
Control: tags -1 fixed-upstream Bug fixed in glibc 2.20 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4fdfe821e20a70670b3d03deb2abed5d8c83e51b -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#729514: libc6: fwprintf() doesn't print (nil) for NULL pointer and L%p format string

2013-11-13 Thread Chládek Jan
Package: libc6 Version: 2.13-38 Severity: normal Dear Maintainer, when I'm using wprintf() family function (wprintf, fwprintf, ...) with L%p format conversion and NULL value parameter, the string ( (instead of (nil)) is printed to the output. Example: Source: #include stddef.h #include