Commits


Pavel Otchertsov authored and Andy Green committed 9453d246d99
unix: fix usage of getpwnam_r and friends These functions can return 0 code but still store NULL in result, if no matching group or username found. Also the buffer of 64 size could be too small to store all string fields in result.