mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
86588c5526
This exposed a bug in the ExcClientVariants test, which was expecting the memory used for new_state to be initialized with zeroes. In reality, no guarantee of initialization is made. MIG “out” parameters are strictly “out” and may contain garbage at function entry. TEST=util_test R=rsesek@chromium.org Review URL: https://codereview.chromium.org/779633004