You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, avoid reading the internals of the mbuf struct, prefering using
provided APIs.
MBuf is a linked list of buffers, and in the code path of the
pre-encoded OTA, the code was only reading the first two buffers. Fixed
that by using `os_mbuf_copydata`, `os_mbuf_len`, etc., instead of
manually iterating over the linked list.
0 commit comments