CVSROOT: /cvs Module name: src Changes by: c...@cvs.openbsd.org 2011/05/02 16:20:20
Modified files: sys/dev/pcmcia : if_ray.c Log message: Fix a tyop which could potentially lead to null dereference. While there fix a dead store. Found by LLVM/Clang Static Analyzer. ok deraadt@