CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/30 04:36:33
Modified files:
sys/dev/pv : if_hvn.c
Log message:
avoid a invalid pointer deref in hvn_stop()
intr_barrier() now uses the argument so directly call sched_barrier(NULL)
which is what intr_barrier() used to do until recently.
problem reported by and fix tested by Andre Stoebe
