various multibyte patch fixes

- fix cut output-delimiter option
- prevent infinite loop in sort when ignoring chars
- prevent using unitialized variable in cut
- fix pr -c and pr -v segfault with multibyte locales
- fix stack smashing, buffer overflow and invalid output of pr (#772172)
This commit is contained in:
Kamil Dudka 2012-01-30 12:27:04 +01:00
commit d399388c03
2 changed files with 253 additions and 154 deletions

File diff suppressed because it is too large Load diff

View file

@ -338,6 +338,12 @@ fi
- do not use shebang in sourced colorls.csh
- su: fix shell suspend in tcsh (#597928)
- variable "u" should be static in uname processor type patch
- various multibyte patch fixes:
- fix cut output-delimiter option
- prevent infinite loop in sort when ignoring chars
- prevent using unitialized variable in cut
- fix pr -c and pr -v segfault with multibyte locales
- fix stack smashing, buffer overflow and invalid output of pr (#772172)
* Sun Jan 29 2012 Kamil Dudka <kdudka@redhat.com> - 8.12-5
- output the correct ownership in chown -v (upstream bug #10636)