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:
parent
d76ed6576a
commit
d399388c03
2 changed files with 253 additions and 154 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue