mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00: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 |