Commit e6d64d2
committed
Fix NULL timeout dereference in ff_lro_flush
Pass a zero timeval to tcp_lro_flush_inactive instead of NULL to avoid
a segfault when lro_active is non-empty (tcp_lro.c:633 dereferences the
timeout pointer unconditionally after the empty-list early return).1 parent 5e2a7ac commit e6d64d2
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
546 | | - | |
| 546 | + | |
| 547 | + | |
547 | 548 | | |
548 | 549 | | |
549 | 550 | | |
| |||
0 commit comments