bugzilla-daemon at mindrot.org
2005-Dec-16 01:57 UTC
[Bug 1133] snprintf replacement function has conflicting type
http://bugzilla.mindrot.org/show_bug.cgi?id=1133
dleonard at vintela.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|configure.ac sets wrong |snprintf replacement
|BROKEN_ var |function has conflicting
|(snprintf/vsnprintf) |type
------- Comment #5 from dleonard at vintela.com 2005-12-16 12:57 -------
correct summary
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Dec-17 11:32 UTC
[Bug 1133] snprintf replacement function has conflicting type
http://bugzilla.mindrot.org/show_bug.cgi?id=1133
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #6 from dtucker at zip.com.au 2005-12-17 22:32 -------
Applied patch #1043, thanks.
Note that vsnprintf on HP-UX (tested 11.11) does not return the number of bytes
that should have been written, it returns the number of bytes that *were*
written, thus you cannot detect truncation.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.