Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106963661
D40830.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
400 B
Referenced Files
None
Subscribers
None
D40830.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,9 +173,10 @@
int what, void *arg)
{
struct syscall_module_data *data = arg;
- modspecific_t ms = { 0 };
+ modspecific_t ms;
int error;
+ bzero(&ms, sizeof(ms));
switch (what) {
case MOD_LOAD:
error = kern_syscall_register(sysents, data->offset,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 9, 4:18 AM (1 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15729392
Default Alt Text
D40830.diff (400 B)
Attached To
Mode
D40830: modules: bzero the modspecific_t
Attached
Detach File
Event Timeline
Log In to Comment