-
- Downloads
libc: fix confstr(NULL, ...)
confstr(NULL) is defined to return the size of required storage; use a temporary string to make it not fault.
Please register or sign in to comment
confstr(NULL) is defined to return the size of required storage; use a temporary string to make it not fault.