CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/08 00:26:38
Modified files:
usr.sbin/lpd : lp.c
Log message:
fix bogus pointer/double free crash, when /etc/printcap db file is not present,
by adding a missing check for the return value -1 on both cgetfirst(3) and
cgetnext(3)
OK millert@ deraadt@
