[#]
http://marc.info/?l=openbsd-cvs&m=140733967520942&w=2
openbsd-cvs(obsdave,2) — All
2014-08-06 19:55:10
Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/06 09:40:40
Modified files:
sys/arch/vax/if: if_qe.c sgec.c
Log message:
Correct some dma cleanup error paths.
While the index variables were correct the arrays of
dma handles they indexed were swapped for rx and tx.
As there are a mismatched number of rx and tx descriptors
we'd walk off the end of the rx handle array by 30 items.
ok deraadt@