musl/src/legacy
Rich Felker ea496d6c63 fix multiple issues in legacy function getpass
1. failure to output a newline after the password is read
2. fd leaks via missing FD_CLOEXEC
3. fd leaks via failure-to-close when any of the standard streams are
   closed at the time of the call
4. wrongful fallback to use of stdin when opening /dev/tty fails
5. wrongful use of stderr rather than /dev/tty for prompt
6. failure to report error reading password
2014-07-06 01:34:13 -04:00
..
cuserid.c cleanup src/linux and src/misc trees, etc. 2012-09-07 00:48:25 -04:00
daemon.c cleanup src/linux and src/misc trees, etc. 2012-09-07 00:48:25 -04:00
err.c unbreak vwarn: print ": " before errno message 2013-08-21 00:49:46 -04:00
euidaccess.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
ftw.c cleanup src/linux and src/misc trees, etc. 2012-09-07 00:48:25 -04:00
futimes.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
getdtablesize.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
getloadavg.c add legacy getloadavg api 2013-11-21 01:59:43 +00:00
getpagesize.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
getpass.c fix multiple issues in legacy function getpass 2014-07-06 01:34:13 -04:00
getusershell.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
isastream.c cleanup src/linux and src/misc trees, etc. 2012-09-07 00:48:25 -04:00
lutimes.c include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
ulimit.c cleanup src/linux and src/misc trees, etc. 2012-09-07 00:48:25 -04:00
utmpx.c cleanup src/linux and src/misc trees, etc. 2012-09-07 00:48:25 -04:00
valloc.c support configurable page size on mips, powerpc and microblaze 2013-09-15 02:00:32 +00:00