mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-10 14:50:14 +00:00
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 | ||