Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115654505
D40413.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
256 B
Referenced Files
None
Subscribers
None
D40413.diff
View Options
diff --git a/bin/sh/main.c b/bin/sh/main.c
--- a/bin/sh/main.c
+++ b/bin/sh/main.c
@@ -100,7 +100,7 @@
int
main(int argc, char *argv[])
{
- struct stackmark smark, smark2;
+ struct stackmark smark = {0}, smark2;
volatile int state;
char *shinit;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 27, 3:21 PM (15 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17819254
Default Alt Text
D40413.diff (256 B)
Attached To
Mode
D40413: sh(1): initialize smark to zero in main()
Attached
Detach File
Event Timeline
Log In to Comment