CVSROOT: /cvs Module name: src Changes by: tob...@cvs.openbsd.org 2015/11/15 15:11:18
Modified files: usr.bin/file : magic-load.c Log message: When validating a char by calling strchr() with a string of allowed chars, check for '\0' first, because strchr() would return non-NULL. ok nicm