Closed
Bug 800517
Opened 13 years ago
Closed 13 years ago
Possible NULL deref in vie_channel_group.cc (webrtc.org).
Categories
(Core :: WebRTC: Networking, defect, P2)
Core
WebRTC: Networking
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jesup, Unassigned)
References
Details
(Whiteboard: [WebRTC], [blocking-webrtc-])
Called C++ object pointer is null media/webrtc/trunk/src/video_engine/vie_channel_group.cc 73
Code is basically
if (channel) { channel->blah(); }
foo *bar = channel->blahblah();
Either channel can never be NULL (and the first if is irrelevant) or it can be and there's a possible null deref.
Upstream issue at webrtc.org. May not be a bug per above; worst-case is null-deref.
Updated•13 years ago
|
Priority: -- → P2
Whiteboard: [WebRTC], [blocking-webrtc-]
| Reporter | ||
Comment 1•13 years ago
|
||
Resolved in either 3.20 or 3.30 imports
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•