CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/10/04 03:46:31
Modified files: sys/dev/pv : hyperv.c Log message: Check the actual pointer returned by km_alloc(9) instead of the array. The latter will always be non-NULL, and therefore the test will always be false. Caught by clang. ok jca@, mikeb@, jsg@