CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/06/30 03:38:49

Modified files:
        .              : ChangeLog NEWS 
        doc            : m4.texinfo 
        m4             : gnulib-cache.m4 
        src            : format.c 

Log message:
        Fix buffer overrun bug.
        * m4/gnulib-cache.m4: Augment with gnulib-tool --import
        xvasprintf.
        * src/format.c [HAVE_EFGCVT]: Delete this code, and use *printf
        variant instead, since [efg]cvt are obsolete and our use of them
        was buggy (savannah sr #104303).
        (format): Fix buffer overflow by using xasprintf.
        * doc/m4.texinfo (Format): Expand format test to catch both bugs.
        * NEWS: Document this fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/m4/ChangeLog?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.89&r2=1.1.1.1.2.90
http://cvs.savannah.gnu.org/viewcvs/m4/NEWS?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.26&r2=1.1.1.1.2.27
http://cvs.savannah.gnu.org/viewcvs/m4/doc/m4.texinfo?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.26&r2=1.1.1.1.2.27
http://cvs.savannah.gnu.org/viewcvs/m4/m4/gnulib-cache.m4?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.2.2&r2=1.1.2.3
http://cvs.savannah.gnu.org/viewcvs/m4/src/format.c?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.2&r2=1.1.1.1.2.3


Reply via email to