New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 826989 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Last visit > 30 days ago
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug-Regression



Sign in to add a comment

Null-dereference READ in webrtc::RtpTransport::OnWritableState

Project Member Reported by ClusterFuzz, Mar 29 2018

Issue description

Detailed report: https://clusterfuzz.com/testcase?key=4818773262204928

Fuzzer: phoglund_webrtc_peerconnection
Job Type: linux_tsan_chrome_mp
Platform Id: linux

Crash Type: Null-dereference READ
Crash Address: 0x000000000018
Crash State:
  webrtc::RtpTransport::OnWritableState
  void sigslot::_opaque_connection::emitter<webrtc::RtpTransport, rtc::PacketTrans
  cricket::DtlsTransport::set_writable
  
Sanitizer: thread (TSAN)

Regressed: https://clusterfuzz.com/revisions?job=linux_tsan_chrome_mp&range=546382:546390

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4818773262204928

Additional requirements: Requires HTTP

Issue filed automatically.

See https://github.com/google/clusterfuzz-tools for more information.
 
Cc: brajkumar@chromium.org
Components: Blink>WebRTC
Labels: -Type-Bug M-67 Test-Predator-Wrong Type-Bug-Regression
Owner: zhihuang@chromium.org
Status: Assigned (was: Untriaged)
Predator and CL could not provide any possible suspects.

Using Code Search for the file, "rtptransport.cc" suspecting the below Cl might have caused this issue

Suspect CL: https://webrtc.googlesource.com/src.git/+/cd3fc5d90cb3914a4329b32a3d319824d5f5eddf%5E%21/pc/rtptransport.cc

zhihuang@ -- Could you please check whether this is caused with respect to your change, if not please help us in assigning it to the right owner.

Thanks!

Comment 2 by zhihuang@webrtc.org, Mar 29 2018

I think this is caused by one of my recent change which has been reverted already.
https://webrtc-review.googlesource.com/c/src/+/65381

The reverted change hasn't been imported into chromium now. (Should be imported soon I hope).

Could you please verify that after the change is imported?
Project Member

Comment 3 by ClusterFuzz, Mar 30 2018

ClusterFuzz has detected this issue as fixed in range 546861:546887.

Detailed report: https://clusterfuzz.com/testcase?key=4818773262204928

Fuzzer: phoglund_webrtc_peerconnection
Job Type: linux_tsan_chrome_mp
Platform Id: linux

Crash Type: Null-dereference READ
Crash Address: 0x000000000018
Crash State:
  webrtc::RtpTransport::OnWritableState
  void sigslot::_opaque_connection::emitter<webrtc::RtpTransport, rtc::PacketTrans
  cricket::DtlsTransport::set_writable
  
Sanitizer: thread (TSAN)

Regressed: https://clusterfuzz.com/revisions?job=linux_tsan_chrome_mp&range=546382:546390
Fixed: https://clusterfuzz.com/revisions?job=linux_tsan_chrome_mp&range=546861:546887

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4818773262204928

Additional requirements: Requires HTTP

See https://github.com/google/clusterfuzz-tools for more information.

If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
Project Member

Comment 4 by ClusterFuzz, Mar 30 2018

Labels: ClusterFuzz-Verified
Status: Verified (was: Assigned)
ClusterFuzz testcase 4818773262204928 is verified as fixed, so closing issue as verified.

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.

Sign in to add a comment