David E. O'Brien f08c1d5e48 There is a bug in /bin/pax -s option processing. The code assumes that all
pattern matches will occur at offset zero of the source string.  The bug causes
the input source string pointer to be incremented by the offset of the end of
the match, instead of it's length.  The fix is to only increment the pointer by
the length of the pattern match (eo-so).

Of course, the one example in the man page shows a situation where the match
occurs at offset 0.

Submitted by:	John W. DeBoskey <jwd@unx.sas.com>
Obtained from:	freebsd-current@freebsd.org
1998-12-05 10:29:10 +00:00
..
1998-07-27 21:31:19 +00:00
1998-10-03 16:29:59 +00:00
1998-05-13 07:39:11 +00:00
1998-05-13 07:39:11 +00:00
1998-05-13 07:43:56 +00:00
1998-05-13 07:47:35 +00:00
1998-05-15 06:19:05 +00:00
1998-11-30 22:56:44 +00:00
1998-11-25 09:34:00 +00:00
1998-05-18 06:37:35 +00:00
1998-05-18 06:40:56 +00:00
1998-05-18 06:51:59 +00:00
1998-06-28 18:08:54 +00:00
1998-09-07 16:59:05 +00:00
1998-08-30 20:22:15 +00:00
1997-02-22 14:13:04 +00:00