An automatic undef checker noticed an error in the new audio_processing_fuzzer. An array was default-initialized, meaning its contents had indeterminate values. This array was later filtered for forbidden values, which happened or did not happen based on the uninitialized values. Hence the error. TBR=henrik.lundin@webrtc.org NOTRY=true Bug: 735718, webrtc:7820 Change-Id: Ib50a6f7a5f054472fef07a27d37e02cea432a8ca Reviewed-on: https://chromium-review.googlesource.com/544937 Commit-Queue: Alex Loiko <aleloi@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Reviewed-by: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#18713}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.