Attention is currently required from: dexter.
1 comment:
File src/core/msgb.c:
Patch Set #1, Line 320: * and adjusts the pointers (incl l1h-l4h) accordingly. The cb part is not copied.
Now it is copied.
mh, ok. so the old function was *specified* not to copy the cb. That's weird. ususally msgb is modelled after kernel sk_buff, and there a skb_copy does copy the cb.
I guess the difficult question here is to detemine if any existing code is relying on the old behavior or not... If yes, then we should rather introduce a new function. I'll give it some more thought.
To view, visit change 36324. To unsubscribe, or for help writing mail filters, visit settings.