
The 'parametricNoise' field is never initialized in the 'WebRtcNs_InitCore' function that initializes a 'NoiseSuppressionC' struct. This leads to use of unititialized value, which may affect the audio output and result of the noise suppressor. The issue was found by the Chrome fuzzer: https://clusterfuzz.com/v2/testcase-detail/4749034115039232 Bug: chromium:776673 Change-Id: I1c3fd80cff178f2d5917064ad07f88c7b9a29e7d Reviewed-on: https://webrtc-review.googlesource.com/14556 Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Commit-Queue: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20388}