kevlo 2007-12-07 05:17:34 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
usr.sbin/zic zic.c
Log:
MFC r1.18:
zic(8) should exit the loop when the end of the string is reached
due to the call to error(). The problem found by doing fuzz testi
kevlo 2007-12-07 05:15:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/zic zic.c
Log:
MFC r1.18:
zic(8) should exit the loop when the end of the string is reached
due to the call to error(). The problem found by doing fuzz testing
kevlo 2007-12-07 05:13:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.sbin/zic zic.c
Log:
MFC r1.18:
zic(8) should exit the loop when the end of the string is reached
due to the call to error(). The problem found by doing fuzz testing
kevlo 2007-12-03 10:45:45 UTC
FreeBSD src repository
Modified files:
usr.sbin/zic zic.c
Log:
zic(8) should exit the loop when the end of the string is reached due
to the call to error(). The problem found by doing fuzz testing.
MFC after: 3 days
Revision Ch