FreeBSD Bugzilla – Attachment 23524 Details for
Bug 40478
Buffer overflow in /usr/src/usr.sbin/vipw/pw_util.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 262 bytes, created by
Pawel Jakub Dawidek
on 2002-07-12 11:30:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pawel Jakub Dawidek
Created:
2002-07-12 11:30:05 UTC
Size:
262 bytes
patch
obsolete
>--- pw_util.c.orig Fri Jul 12 12:06:45 2002 >+++ pw_util.c Fri Jul 12 12:07:25 2002 >@@ -149,7 +149,7 @@ > char *p; > > strncpy(path, masterpasswd, MAXPATHLEN - 1); >- path[MAXPATHLEN] = '\0'; >+ path[MAXPATHLEN - 1] = '\0'; > > if ((p = strrchr(path, '/'))) > ++p;
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 40478
: 23524