diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-09-25 19:38:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-09-25 19:38:15 +0000 |
commit | b87c4b24d97321ef2f2da357f8fcf11f1f61e3dc (patch) | |
tree | 41e913df2f27d0d0051cdceedbb06357d670ec41 /ChangeLog | |
parent | 22bf5c179315edd33b8399102ea3cfbf92b4807f (diff) | |
download | glibc-b87c4b24d97321ef2f2da357f8fcf11f1f61e3dc.tar glibc-b87c4b24d97321ef2f2da357f8fcf11f1f61e3dc.tar.gz glibc-b87c4b24d97321ef2f2da357f8fcf11f1f61e3dc.tar.bz2 glibc-b87c4b24d97321ef2f2da357f8fcf11f1f61e3dc.zip |
Use size_t instead of int for internal variables in glob (bug 14621).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |