mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
e029f54103
Undo loop condition on the error path would cause the i counter
to go below zero, if allocation failure happened with the first
(i.e. 0th) element of the array.
Fixes:
|
||
---|---|---|
.. | ||
bpf.c | ||
Makefile | ||
netdev.c | ||
netdevsim.h |