From: Jim Meyering Date: Thu, 27 Mar 2003 14:59:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.12~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ad2c98a28112eb041caf04f42cfd55b4f2fd892;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 69f1564fdd..2b38e884b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,21 @@ -2003-03-26 Jim Meyering +2003-03-27 Jim Meyering * Version 4.5.12. +2003-03-24 Paul Eggert + + Fix buffer overrun problem reported by TAKAI Kousuke, along + with some other POSIX incompatibilities. + + * src/printf.c (print_esc): Do not treat \x specially if + POSIXLY_CORRECT. Avoid buffer overrun if the format ends + in backslash. Treat incomplete escape sequences as strings + of characters, as POSIX requires. + (print_formatted): Allow multiple flags. Avoid buffer overrun + if the format is incomplete. + +2003-03-26 Jim Meyering + * src/copy.h (struct cp_options): Add a comment. 2003-03-23 Jim Meyering @@ -862,10 +876,10 @@ Begin to make AD_* functions more generic. * src/remove.c (AD_push_initial): Don't set status to RM_OK here. - (AD_push): Likewise. - (AD_INIT_OTHER_MEMBERS): Define. - (remove_dir): Define the `status' member manually after each - call to AD_push or AD_push_initial. + (AD_push): Likewise. + (AD_INIT_OTHER_MEMBERS): Define. + (remove_dir): Define the `status' member manually after each + call to AD_push or AD_push_initial. * src/Makefile.am (check-misc): New rule, to ensure that no more S_IS* macro definitions sneak into the code.