mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
When checking for repetitions of earlier lines, we compare the first nread bytes of the line against the saved line. However, when we read a partial line, it should never be treated as a repetition of an earlier line, even if the first bytes match. This change fixes a bug where a partial line could be incorrectly identified as a repetition of an earlier line. Reported-by: Mark Adler <madler@alumni.caltech.edu> PR: 118723 Reviewed-by: emaste MFC-after: 2 weeks Differential Revision: https://reviews.freebsd.org/D40471 |
||
|---|---|---|
| .. | ||
| d_hexdump_a.in | ||
| d_hexdump_b.in | ||
| d_hexdump_bflag_a.out | ||
| d_hexdump_bflag_b.out | ||
| d_hexdump_bflag_c.out | ||
| d_hexdump_bug118723.in | ||
| d_hexdump_c.in | ||
| d_hexdump_cflag_a.out | ||
| d_hexdump_cflag_b.out | ||
| d_hexdump_cflag_c.out | ||
| d_hexdump_dflag_a_eb.out | ||
| d_hexdump_dflag_a_el.out | ||
| d_hexdump_dflag_b_eb.out | ||
| d_hexdump_dflag_b_el.out | ||
| d_hexdump_dflag_c_eb.out | ||
| d_hexdump_dflag_c_el.out | ||
| d_hexdump_nflag_a.out | ||
| d_hexdump_oflag_a_eb.out | ||
| d_hexdump_oflag_a_el.out | ||
| d_hexdump_oflag_b_eb.out | ||
| d_hexdump_oflag_b_el.out | ||
| d_hexdump_oflag_c_eb.out | ||
| d_hexdump_oflag_c_el.out | ||
| d_hexdump_sflag_a.out | ||
| d_hexdump_UCflag_a.out | ||
| d_hexdump_UCflag_b.out | ||
| d_hexdump_UCflag_bug118723.out | ||
| d_hexdump_UCflag_c.out | ||
| d_hexdump_UCvflag_bug118723.out | ||
| d_hexdump_xflag_a_eb.out | ||
| d_hexdump_xflag_a_el.out | ||
| d_hexdump_xflag_b_eb.out | ||
| d_hexdump_xflag_b_el.out | ||
| d_hexdump_xflag_c_eb.out | ||
| d_hexdump_xflag_c_el.out | ||
| d_od_cflag_a.out | ||
| d_od_cflag_b.out | ||
| hexdump_test.sh | ||
| Makefile | ||
| Makefile.depend | ||
| od_test.sh | ||