CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/12/11 13:24:48
Modified files: sys/dev/isa : skgpio.c Log message: Do not blindly dereference hw_vendor and hw_prod without checking them for NULL first, for they are not guaranteed to be allocated. Found the hard way by Tobias Stoeckmann; ok deraadt@