Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2001 13:52:14 -0700 (PDT)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/m4 eval.c
Message-ID:  <200105242052.f4OKqEV63196@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gshapiro    2001/05/24 13:52:14 PDT

  Modified files:        (Branch: RELENG_4)
    usr.bin/m4           eval.c 
  Log:
  MFC: String operations could silently truncate long strings, leaving the output
       corrupted.  Mark's patch fixes this be removing the MAXTOK limitation on
       substring operations and allowing the putback buffer size to be the
       limiting factor.  If the putback buffer size if reached, m4 gives an
       error instead of silently truncating the string.
  
       Revision  Changes    Path
       1.12      +9 -9      src/usr.bin/m4/eval.c
  
  Revision  Changes    Path
  1.10.2.2  +9 -9      src/usr.bin/m4/eval.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105242052.f4OKqEV63196>