diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-29 22:26:43 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-29 22:26:43 -0400 |
commit | 873ca5046137917ddb6fae7f6cf097d91612d4d6 (patch) | |
tree | 0cacfff6094cfd55b9a956f0283f9a088200b1e7 /ChangeLog | |
parent | 652ffab11358f8961770792cbbecbaec42c69479 (diff) | |
download | glibc-873ca5046137917ddb6fae7f6cf097d91612d4d6.zip glibc-873ca5046137917ddb6fae7f6cf097d91612d4d6.tar.gz glibc-873ca5046137917ddb6fae7f6cf097d91612d4d6.tar.bz2 |
Interpret numeric values in shadow file as signed
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2011-05-29 Ulrich Drepper <drepper@gmail.com> + [BZ #9706] + * shadow/sgetspent_r.c (LINE_PARSER): Interpret nymeric field values + as signed. + * resolv/res_init.c (res_setoptions): Make the code more compact. [BZ #11558] |