Bugzilla – Attachment 21160 Details for
Bug 56975
VUL-0: CVE-2004-0461: dhcp: remote buffer overfow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
patch to use vsnprintf() instead of vsprintf() calls
dhcp-3.0.1rc13-have_vsnprintf.dif (text/plain), 521 bytes, created by
Peter Poeml
on 2004-06-15 02:45:55 UTC
(
hide
)
Description:
patch to use vsnprintf() instead of vsprintf() calls
Filename:
MIME Type:
Creator:
Peter Poeml
Created:
2004-06-15 02:45:55 UTC
Size:
521 bytes
patch
obsolete
>diff -uNrp dhcp-3.0.1rc13.orig/includes/cf/linux.h dhcp-3.0.1rc13/includes/cf/linux.h >--- dhcp-3.0.1rc13.orig/includes/cf/linux.h 2002-04-27 01:41:57.000000000 +0200 >+++ dhcp-3.0.1rc13/includes/cf/linux.h 2004-06-14 20:39:00.000000000 +0200 >@@ -105,8 +105,9 @@ extern int h_errno; > #define VA_start(list, last) va_start (list, last) > #define va_dcl > >-#define vsnprintf(buf, size, fmt, list) vsprintf (buf, fmt, list) >-#define NO_SNPRINTF >+#ifndef HAVE_SNPRINTF >+#define HAVE_SNPRINTF >+#endif > > #define VOIDPTR void * >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 56975
:
21118
|
21119
|
21120
|
21122
|
21123
|
21124
|
21126
| 21160 |
21196
|
21254
|
21301
|
21307
|
21354
|
21425
|
21634
|
21635
|
21636