commit | 89facfc421e5c782b120d2ce355aa6c6235a40a3 | [log] [tgz] |
---|---|---|
author | Sergey Silkin <ssilkin@webrtc.org> | Sun Apr 02 06:11:18 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 11 13:50:41 2023 |
tree | 0da72ba5d85e7bb4c360cdc24c3d8e8f3fce3e89 | |
parent | c2d37895a209b73134b49250aad3358b662bdf91 [diff] |
Fix potential null pointer access in HardwareVideoEncoder There was no check for null in the code that prepends config buffer to key frame buffer. It is not a requirement for codec to deliver config buffer. Some codecs probably do not do that. Bug: none Change-Id: Id9c57efc5d1de5f569fa773313da4db3cd8b074c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/299900 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39807}
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.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.