Closed Bug 800517 Opened 12 years ago Closed 11 years ago

Possible NULL deref in vie_channel_group.cc (webrtc.org).

Categories

(Core :: WebRTC: Networking, defect, P2)

defect

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.
Priority: -- → P2
Whiteboard: [WebRTC], [blocking-webrtc-]
Resolved in either 3.20 or 3.30 imports
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.