jmallett 0a2aecae2c Check the entire length of the current argument for the EOF string with -E,
but don't expect a proper ASCII string to exist right here right now, don't
use strcmp(3) which checks for a NUL.  As we're still building the argument
up, the next character might be garbage.  It would probably be just as safe to
temporarily write a NUL there, but if we've reached the end of argument memory
that might not be the best idea, I think.  It's unclear.

Doing it this way seems to meet the most with the original intent.

PR:		85696
Prodded by:	stefanf
2005-12-31 09:06:45 +00:00
..
2005-01-18 13:43:56 +00:00
2005-01-25 22:24:04 +00:00
2005-01-18 13:43:56 +00:00
2005-11-18 12:08:31 +00:00
2005-12-28 08:41:57 +00:00
2005-01-25 22:32:48 +00:00
2005-11-18 10:36:29 +00:00
2005-02-13 22:25:33 +00:00
2005-01-25 01:35:02 +00:00
2005-01-25 22:32:48 +00:00
2005-11-18 10:36:29 +00:00
2005-01-25 22:32:48 +00:00
2005-01-18 13:43:56 +00:00
2005-02-13 23:45:54 +00:00
2005-08-25 13:44:02 +00:00
2004-11-27 06:46:48 +00:00
2005-02-13 22:25:33 +00:00
2005-12-29 04:23:54 +00:00
2005-02-09 18:07:17 +00:00
2005-02-13 22:25:33 +00:00
2005-01-18 13:43:56 +00:00
2005-11-18 10:36:29 +00:00
2004-07-03 00:24:45 +00:00
2005-01-18 13:43:56 +00:00
2005-02-13 22:25:33 +00:00
2004-12-21 09:33:47 +00:00
2005-02-13 22:25:33 +00:00
2005-01-25 14:22:20 +00:00
2005-01-24 20:06:16 +00:00
2005-10-07 10:18:44 +00:00
2005-01-18 13:43:56 +00:00
2005-01-18 13:43:56 +00:00
2005-01-17 17:45:38 +00:00
2005-11-18 10:36:29 +00:00
2005-02-07 08:44:34 +00:00
2005-04-09 14:31:41 +00:00
2005-01-18 13:43:56 +00:00
2005-11-18 10:36:29 +00:00
2005-11-13 21:03:56 +00:00
2004-07-03 00:24:45 +00:00
2005-01-18 13:43:56 +00:00
2005-11-18 10:36:29 +00:00
2005-06-14 11:50:53 +00:00
2005-01-18 13:43:56 +00:00
2005-03-11 14:17:12 +00:00
2005-02-13 22:25:33 +00:00
2005-02-13 22:25:33 +00:00
2005-02-13 22:25:33 +00:00
2005-04-09 14:31:41 +00:00
2005-02-13 22:25:33 +00:00
2005-01-18 13:43:56 +00:00
2005-02-13 22:25:33 +00:00
2005-01-18 13:43:56 +00:00
2005-02-13 22:25:33 +00:00
2005-02-26 04:14:20 +00:00
2005-06-14 11:50:53 +00:00
2005-04-09 14:31:41 +00:00
2005-02-10 16:04:22 +00:00
2005-08-25 14:09:35 +00:00
2005-01-18 13:43:56 +00:00
2005-12-29 04:30:03 +00:00