Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2001 02:48:18 -0700 (PDT)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/sed compile.c
Message-ID:  <200105180948.f4I9mI749327@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2001/05/18 02:48:18 PDT

  Modified files:
    usr.bin/sed          compile.c 
  Log:
  Don't leak memory when compiling text following the `a', `c' or `i' command.
  
  Testcase:
  
  echo FOO | sed "/FOO/c\\
  `jot -b 'aaaa\' 500`"
  
  Submitted by:	Max Khon <fjoe@newst.net>
  
  Revision  Changes    Path
  1.15      +2 -2      src/usr.bin/sed/compile.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?200105180948.f4I9mI749327>