Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 06:00:16 -0700 (PDT)
From:      "Danny J. Zerkel" <dzerkel@columbus.rr.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/36383: sed misbehaves with 2044 char substitute patterns
Message-ID:  <200206221300.g5MD0G736933@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/36383; it has been noted by GNATS.

From: "Danny J. Zerkel" <dzerkel@columbus.rr.com>
To: freebsd-gnats-submit@FreeBSD.org, fitz@jfitz.com
Cc:  
Subject: Re: bin/36383: sed misbehaves with 2044 char substitute patterns
Date: Sat, 22 Jun 2002 08:54:02 -0400

 In current, the first three examples appear to work as expected.
 At 2046, and above, you get the "unterminated substitute pattern"
 error due to the pattern being longer than 2 * POSIX_LINE_LEN
 (= 2048) when the delimiters are included.  So this looks normal.
 
 -- Danny J. Zerkel
 dzerkel@columbus.rr.com
 

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




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