commit | c0ae305a9ec2652214ca9782be35eb902b81345d | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@webrtc.org> | Mon Feb 08 14:00:16 2016 |
committer | Peter Boström <pbos@webrtc.org> | Mon Feb 08 14:00:22 2016 |
tree | 32cf700ba03b9cf73095228ed2e11ee37e1fba7a | |
parent | 58c664c13dee0ed39a4d34683da5cf288455c0e5 [diff] |
Fix null-pointer dereference in RTPSenderVideo. Since the address of the dereference is taken this inputs a garbage almost-null pointer into RtpPacketizer. Not likely that a load/store is performed on the address, but UBSan fires and it's a source of potential future errors. BUG=webrtc:5124, webrtc:5490 R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/1677003002 . Cr-Commit-Position: refs/heads/master@{#11528}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.