Bugzilla – Attachment 1042 Details for
Bug 1133
snprintf replacement function has conflicting type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
autoconf.ac patch to use BROKEN_VSNPRINTF
x (text/plain), 553 bytes, created by
David Leonard
on 2005-12-16 12:09:51 AEDT
(
hide
)
Description:
autoconf.ac patch to use BROKEN_VSNPRINTF
Filename:
MIME Type:
Creator:
David Leonard
Created:
2005-12-16 12:09:51 AEDT
Size:
553 bytes
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /cvs/openssh/configure.ac,v >retrieving revision 1.314 >diff -u -r1.314 configure.ac >--- configure.ac 13 Dec 2005 09:44:13 -0000 1.314 >+++ configure.ac 16 Dec 2005 01:09:30 -0000 >@@ -1335,7 +1335,7 @@ > [AC_MSG_RESULT(yes)], > [ > AC_MSG_RESULT(no) >- AC_DEFINE(BROKEN_SNPRINTF, 1, >+ AC_DEFINE(BROKEN_VSNPRINTF, 1, > [Define if your snprintf is busted]) > AC_MSG_WARN([****** Your vsnprintf() function is broken, complain to your vendor]) > ],
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1133
:
1042
|
1043