![cegger](/assets/img/avatar_default.png)
interrupt map, interrupt handler and dma maps. Also prevent call to bus_dmamap_destroy() when bus_dmamap_create() failed. The nfe_free_* routines assume, the map pointers are NULL but they are actually undefined. Make the assumption true by making them NULL in the error path of bus_dmamap_create(). All together, this fixes crashes when nfe_attach() fails. ok martin@
…
…
…
…
…
…
…
…
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%