Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154228206
D40815.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
300 B
Referenced Files
None
Subscribers
None
D40815.diff
View Options
diff --git a/sys/kern/kern_syscalls.c b/sys/kern/kern_syscalls.c
--- a/sys/kern/kern_syscalls.c
+++ b/sys/kern/kern_syscalls.c
@@ -173,7 +173,7 @@
int what, void *arg)
{
struct syscall_module_data *data = arg;
- modspecific_t ms;
+ modspecific_t ms = { 0 };
int error;
switch (what) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 28, 6:48 AM (5 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32256725
Default Alt Text
D40815.diff (300 B)
Attached To
Mode
D40815: syscalls: fix modspecific_t stack content leak
Attached
Detach File
Event Timeline
Log In to Comment