CHECK failure: IsValueInRangeForNumericType<Dst>(value) in safe_conversions.h |
|||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5968506705936384 Fuzzer: libFuzzer_rtp_packet_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: IsValueInRangeForNumericType<Dst>(value) in safe_conversions.h rtc::FatalMessage::~FatalMessage unsigned short rtc::dchecked_cast<unsigned short, unsigned long> Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=501918:501942 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5968506705936384 Issue filed automatically. See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information.
,
Feb 5 2018
To trigger incoming packet has to be > 64k, but packets larger than > 1500 are discarded earlier in the pipeline. Thus reducing priority.
,
Feb 6 2018
The following revision refers to this bug: https://webrtc.googlesource.com/src.git/+/c2dd59c25da7532df4b4e75d853510a4a11724bf commit c2dd59c25da7532df4b4e75d853510a4a11724bf Author: Danil Chapovalov <danilchap@webrtc.org> Date: Tue Feb 06 11:30:08 2018 Skip oversized rtp header extension when parsing Rtp Packet. Rtp Packets in webrtc expected to be less that 1500, i.e. way less that 2^16 bytes for extensions block. This CL explicitly discards longer extension. Bug: chromium:809046 Change-Id: Ibed33b51bafc3fd4804ec135f66110c6d2796734 Reviewed-on: https://webrtc-review.googlesource.com/48061 Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21910} [modify] https://crrev.com/c2dd59c25da7532df4b4e75d853510a4a11724bf/modules/rtp_rtcp/source/rtp_packet.cc [add] https://crrev.com/c2dd59c25da7532df4b4e75d853510a4a11724bf/test/fuzzers/corpora/rtp-corpus/rtp-5
,
Feb 7 2018
ClusterFuzz has detected this issue as fixed in range 534723:534737. Detailed report: https://clusterfuzz.com/testcase?key=5968506705936384 Fuzzer: libFuzzer_rtp_packet_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: IsValueInRangeForNumericType<Dst>(value) in safe_conversions.h rtc::FatalMessage::~FatalMessage unsigned short rtc::dchecked_cast<unsigned short, unsigned long> Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=501918:501942 Fixed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=534723:534737 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5968506705936384 See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Feb 7 2018
ClusterFuzz testcase 5968506705936384 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 |
|||
Comment 1 by ClusterFuzz
, Feb 5 2018Labels: Test-Predator-Auto-CC