fgsch
abb53c9f3f
getcwd() buffer's length can be smaller than 1024. In that case it will
fail with errno set to ERANGE if not enough room is provided. Similar for getlogin_r() so remove minbytes enforcement attribute. ok kettenis@ guenther@ deraadt@ on getcwd, deraadt@ on getlogin_r. |
13 years ago | |
---|---|---|
src | getcwd() buffer's length can be smaller than 1024. In that case it will | 13 years ago |