Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159336308
D31759.id94450.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
394 B
Referenced Files
None
Subscribers
None
D31759.id94450.diff
View Options
Index: sys/kern/kern_time.c
===================================================================
--- sys/kern/kern_time.c
+++ sys/kern/kern_time.c
@@ -1822,8 +1822,10 @@
}
if (its->its_timers[0] == NULL && its->its_timers[1] == NULL &&
its->its_timers[2] == NULL) {
- free(its, M_SUBPROC);
+ PROC_LOCK(p);
p->p_itimers = NULL;
+ PROC_UNLOCK(p);
+ free(its, M_SUBPROC);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 14, 12:05 AM (1 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33936759
Default Alt Text
D31759.id94450.diff (394 B)
Attached To
Mode
D31759: itimer: Serialize accesses to p->p_itimers
Attached
Detach File
Event Timeline
Log In to Comment