CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/18 03:51:35
Modified files:
sys/dev/cardbus: cardbus.c cardbusvar.h
Log message:
Merge from NetBSD r1.54 from Matthias Drochner:
--
kick out the error-prone handcrafted single-linked list of cardbus
functions; replace by a simple *array[8]
--
In other words, prevent a use after free when removing a cardbus
function.
ok deraadt@, miod@
