mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
f70b359b38
We call chtls_free_skb() but then we dereference it on the next lines.
Also "skb" can't be NULL, we just dereferenced it on the line before.
I have moved the free down a couple lines to fix this issue.
Fixes:
|
||
---|---|---|
.. | ||
chtls_cm.c | ||
chtls_cm.h | ||
chtls_hw.c | ||
chtls_io.c | ||
chtls_main.c | ||
chtls.h | ||
Makefile |