Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102744518
D37534.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
282 B
Referenced Files
None
Subscribers
None
D37534.diff
View Options
diff --git a/usr.sbin/pw/pw_group.c b/usr.sbin/pw/pw_group.c
--- a/usr.sbin/pw/pw_group.c
+++ b/usr.sbin/pw/pw_group.c
@@ -55,7 +55,8 @@
int b;
int istty;
struct termios t, n;
- char *p, line[256];
+ static char line[256];
+ char *p;
if (fd == -1)
return;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 3:10 PM (21 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14681129
Default Alt Text
D37534.diff (282 B)
Attached To
Mode
D37534: pw: Don't return a pointer to an on-stack buffer from grp_set_passwd.
Attached
Detach File
Event Timeline
Log In to Comment