CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2017/03/26 11:04:03
Modified files: usr.sbin/vmd : mc146818.c Log message: With the updated get_input_data() interface, we need to zero-initialize the stack variable that we use to store the data otherwise the bytes that aren't touched by get_input_data() may contain garbage. ok mlarkin@