Bug 5618 - puts(NULL) should print "(null)\n"
Summary: puts(NULL) should print "(null)\n"
Status: RESOLVED WONTFIX
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Ulrich Drepper
URL:
Keywords:
: 10818 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-15 19:21 UTC by Manuel López-Ibáñez
Modified: 2014-07-01 05:37 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel López-Ibáñez 2008-01-15 19:21:56 UTC
For consistency with printf("%s", NULL), puts(NULL) should print "(null)\n".
Comment 1 Ulrich Drepper 2008-01-15 19:33:10 UTC
Nonsense.
Comment 2 Kir Kolyshkin 2009-10-21 10:53:31 UTC
*** Bug 10818 has been marked as a duplicate of this bug. ***