aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2015-02-27 22:18:56 -0300
committerAlexandre Oliva <aoliva@redhat.com>2015-02-27 22:18:56 -0300
commite7f07af50b231d3ade6b4d338a65d6b571f96116 (patch)
treeb6d96de862b607f02df43ed4f306b632445a744a /ChangeLog
parentc7b19ca99a410e9f2b82b9b3494c12c9a5da32db (diff)
downloadglibc-e7f07af50b231d3ade6b4d338a65d6b571f96116.tar
glibc-e7f07af50b231d3ade6b4d338a65d6b571f96116.tar.gz
glibc-e7f07af50b231d3ade6b4d338a65d6b571f96116.tar.bz2
glibc-e7f07af50b231d3ade6b4d338a65d6b571f96116.zip
Avoid unsafe loc_name type casts with additional variable
for ChangeLog [BZ #15969] * locale/findlocale.c (_nl_find_locale): Introduce const version of loc_name and drop unsafe type casts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b5c27d489..2c7f5484bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-02-27 Alexandre Oliva <aoliva@redhat.com>
+
+ [BZ #15969]
+ * locale/findlocale.c (_nl_find_locale): Introduce const
+ version of loc_name and drop unsafe type casts.
+
2015-02-27 Roland McGrath <roland@hack.frob.com>
* dlfcn/tststatic2.c (main): Converted to ...