The following reply was made to PR bin/150384; it has been noted by GNATS. From: Jilles Tjoelker <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: bin/150384: [patch] tr(1): tr mis-parses '[=]=]' equivalence class Date: Mon, 20 Sep 2010 00:26:57 +0200
This indeed seems a bug. The patch, however, introduces another bug: when parsing the string "[=" it searches for ']' beyond the end of the string. An additional condition on s->str[2] is necessary to avoid this. -- Jilles Tjoelker _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
