Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F3308252
Possible copyout_strings cleanup
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Authored By
jhb
Apr 13 2018, 8:52 PM
2018-04-13 20:52:27 (UTC+0)
Size
416 B
Referenced Files
None
Subscribers
None
Possible copyout_strings cleanup
View Options
/*
* If we have a valid auxargs ptr, prepare some room
* on the stack.
*/
vectp = (char **)destp;
if (imgp->auxargs) {
/*
* The ELF auxargs array has up to AT_COUNT entries each
* of which contains 2 pointers.
*/
vectp -= AT_COUNT * 2;
}
/*
* The '+ 2' is for the null pointers at the end of each of
* the arg and env vector sets.
*/
vectp -= imgp->args->argc + imgp->args->envc + 2;
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1343267
Default Alt Text
Possible copyout_strings cleanup (416 B)
Attached To
Mode
P172 Possible copyout_strings cleanup
Attached
Detach File
Event Timeline
Log In to Comment