kohler / click

The Click modular router: fast modular packet processing and analysis
Other
735 stars 322 forks source link

ip/ipreassembler: fix positive header_delta push path #419

Open pallas opened 5 years ago

pallas commented 5 years ago

Like the put earlier in this method, the push here can fail or reallocate the SKB. In the former case, we need to clean up (as above) and in both cases, we need to update the linkage into q from it's predecessor.

Thanks: --enable-force-expensive + Valgrind

Signed-off-by: Derrick Pallas pallas@meraki.com