Searched hist:"70982 dca889ffc7a2399c98cf27f5c3ec26647e1" (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | nsparser.y | diff 70982dca889ffc7a2399c98cf27f5c3ec26647e1 Wed Nov 07 01:05:26 CET 2001 Bill Fenner <fenner@FreeBSD.org> Don't ignore unknown characters. The previous code treated a line like:
hosts:!!!!!!!!@@@@@$%^&*()()*$(files{}{}|||++!)(dns
exactly the same as:
hosts: files dns
Recover from parse errors by looking for the end of a line; this allows entries without errors to still be parsed even if there is an erroneous entry earlier in the file. diff 70982dca889ffc7a2399c98cf27f5c3ec26647e1 Wed Nov 07 01:05:26 CET 2001 Bill Fenner <fenner@FreeBSD.org> Don't ignore unknown characters. The previous code treated a line like:
hosts:!!!!!!!!@@@@@$%^&*()()*$(files{}{}|||++!)(dns
exactly the same as:
hosts: files dns
Recover from parse errors by looking for the end of a line; this allows entries without errors to still be parsed even if there is an erroneous entry earlier in the file.
|
H A D | nslexer.l | diff 70982dca889ffc7a2399c98cf27f5c3ec26647e1 Wed Nov 07 01:05:26 CET 2001 Bill Fenner <fenner@FreeBSD.org> Don't ignore unknown characters. The previous code treated a line like:
hosts:!!!!!!!!@@@@@$%^&*()()*$(files{}{}|||++!)(dns
exactly the same as:
hosts: files dns
Recover from parse errors by looking for the end of a line; this allows entries without errors to still be parsed even if there is an erroneous entry earlier in the file. diff 70982dca889ffc7a2399c98cf27f5c3ec26647e1 Wed Nov 07 01:05:26 CET 2001 Bill Fenner <fenner@FreeBSD.org> Don't ignore unknown characters. The previous code treated a line like:
hosts:!!!!!!!!@@@@@$%^&*()()*$(files{}{}|||++!)(dns
exactly the same as:
hosts: files dns
Recover from parse errors by looking for the end of a line; this allows entries without errors to still be parsed even if there is an erroneous entry earlier in the file.
|