diff options
author | Jesse Hathaway <jesse@mbuki-mvuki.org> | 2018-03-27 21:17:59 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2018-03-27 21:28:36 -0300 |
commit | cc8a1620eb97ccddd337d157263c13c57b39ab71 (patch) | |
tree | c4867e4344f8d30a5163fc9b11753572b474282b /ChangeLog | |
parent | 8bfd94d0dc9a3e0140f084ef301749846ac6d5d3 (diff) | |
download | glibc-cc8a1620eb97ccddd337d157263c13c57b39ab71.zip glibc-cc8a1620eb97ccddd337d157263c13c57b39ab71.tar.gz glibc-cc8a1620eb97ccddd337d157263c13c57b39ab71.tar.bz2 |
getlogin_r: return early when linux sentinel value is set
When there is no login uid Linux sets /proc/self/loginid to the sentinel
value of, (uid_t) -1. If this is set we can return early and avoid
needlessly looking up the sentinel value in any configured nss
databases.
Checked on aarch64-linux-gnu.
* sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Return
early when linux sentinel value is set.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2018-03-27 Jesse Hathaway <jesse@mbuki-mvuki.org> + + * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Return + early when linux sentinel value is set. + 2018-03-27 Samuel Thibault <samuel.thibault@ens-lyon.org> * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_MEMLOCK): Define. |