about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-09-25 19:38:15 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-09-25 19:38:15 +0000
commitb87c4b24d97321ef2f2da357f8fcf11f1f61e3dc (patch)
tree41e913df2f27d0d0051cdceedbb06357d670ec41 /ChangeLog
parent22bf5c179315edd33b8399102ea3cfbf92b4807f (diff)
downloadglibc-b87c4b24d97321ef2f2da357f8fcf11f1f61e3dc.tar.gz
glibc-b87c4b24d97321ef2f2da357f8fcf11f1f61e3dc.tar.xz
glibc-b87c4b24d97321ef2f2da357f8fcf11f1f61e3dc.zip
Use size_t instead of int for internal variables in glob (bug 14621).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a5ee9ddd7..5946e43c64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-09-25  Joseph Myers  <joseph@codesourcery.com>
+
+	[BZ #14621]
+	* posix/glob.c (next_brace_sub): Use size_t instead of unsigned
+	int as type of variable DEPTH.
+	(glob): Use size_t instead of int as type of variables NEWCOUNT
+	and OLD_PATHC.
+
 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
 
 	* sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):