Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2008 01:10:21 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/sed compile.c
Message-ID:  <200811090110.mA91Acjr068638@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
hrs         2008-11-09 01:10:21 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/sed          compile.c 
  Log:
  SVN rev 184777 on 2008-11-09 01:10:21Z by hrs
  
  Add workaround for a back reference when no corresponding
  parenthesized subexpression is defined.  For example, the
  following command line caused unexpected behavior like
  segmentation fault:
  
   % echo test | sed -e 's/test/\1/'
  
  PR:             bin/126682
  MFC after:      1 week
  
  Revision  Changes    Path
  1.32      +8 -0      src/usr.bin/sed/compile.c



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