Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109828354
D42365.id129395.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
366 B
Referenced Files
None
Subscribers
None
D42365.id129395.diff
View Options
diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c
--- a/sys/kern/imgact_elf.c
+++ b/sys/kern/imgact_elf.c
@@ -1434,7 +1434,8 @@
Elf_Auxinfo *argarray, *pos;
struct vmspace *vmspace;
rlim_t stacksz;
- int error, bsdflags, oc;
+ int error, oc;
+ uint32_t bsdflags;
argarray = pos = malloc(AT_COUNT * sizeof(*pos), M_TEMP,
M_WAITOK | M_ZERO);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 11, 1:25 AM (6 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16586921
Default Alt Text
D42365.id129395.diff (366 B)
Attached To
Mode
D42365: auxv: make AT_BSDFLAGS unsigned
Attached
Detach File
Event Timeline
Log In to Comment