-
-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid pointer casting in H264 packetizer #1155
Comments
reproduce steps
errors: /workspaces/libdatachannel/src/h264rtppacketizer.cpp:36:36 |
Thank you for reporting and fixing the issue! |
This causes runtime error when sanitizer is enabled since vector is not aligned to 4, and uint32_t requires 4 bytes alignment.
https://github.com/paullouisageneau/libdatachannel/blob/master/src/h264rtppacketizer.cpp#L36C4-L36C10
The text was updated successfully, but these errors were encountered: