Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145987731
D34451.1779063563.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
390 B
Referenced Files
None
Subscribers
None
D34451.1779063563.diff
View Options
Index: sys/kern/kern_sig.c
===================================================================
--- sys/kern/kern_sig.c
+++ sys/kern/kern_sig.c
@@ -292,9 +292,7 @@
{
int flags;
- flags = M_ZERO;
- if (! wait)
- flags |= M_NOWAIT;
+ flags = M_ZERO | (wait ? M_WAITOK : M_NOWAIT);
if (ksiginfo_zone != NULL)
return ((ksiginfo_t *)uma_zalloc(ksiginfo_zone, flags));
return (NULL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 18, 12:19 AM (1 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28711616
Default Alt Text
D34451.1779063563.diff (390 B)
Attached To
Mode
D34451: ksiginfo_alloc: pass M_WAITOK or M_NOWAIT to uma_zalloc
Attached
Detach File
Event Timeline
Log In to Comment