diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-12-11 13:08:26 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-12-11 13:08:26 -0800 |
commit | e9813cfb3d71675c87a16318b20642a366aff74c (patch) | |
tree | c0ad73f19435c2bb4d6996a9fd803033ee81ea0d /ChangeLog | |
parent | f627ca82fb6c469c8cf34f04f02fe2ea006304bd (diff) | |
download | glibc-e9813cfb3d71675c87a16318b20642a366aff74c.tar glibc-e9813cfb3d71675c87a16318b20642a366aff74c.tar.gz glibc-e9813cfb3d71675c87a16318b20642a366aff74c.tar.bz2 glibc-e9813cfb3d71675c87a16318b20642a366aff74c.zip |
Fix -Wformat-security warnings in posix/regexbug1.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2014-12-11 Roland McGrath <roland@hack.frob.com> + + * posix/regexbug1.c (main): Use "%s" format with regerror results, + rather than assuming they won't contain any '%'s. + 2014-12-11 Chris Metcalf <cmetcalf@ezchip.com> * sysdeps/tile/tilegx/memset.c (__memcpy): Add |