CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/14 11:09:39
Modified files:
sys/kern : kern_event.c
Log message:
Use (N * sizeof(struct klist)) instead of (N * sizeof(struct klist *))
when malloc'ing struct klist *.
Similar diff found upstream:
http://svnweb.freebsd.org/base?view=revision&revision=197575
Found by LLVM/Clang Static Analyzer.
ok tedu@ krw@ guenther@
