CVSROOT: /cvs Module name: src Changes by: tob...@cvs.openbsd.org 2014/06/27 10:05:20
Modified files: sys/stand/boot : bootarg.c Log message: Avoid buffer overflow if there were too many arguments, also adjust lenp to contain actually consumed space on truncation. bootarg_list can be static again, it's not referenced from outside. ok deraadt@