Commit 5a6b4429 authored by zhongyi's avatar zhongyi Committed by Commit bot

initialize ctx_.aead_state in ScopedEVPAEADCtx constructor.

Internal change: 154750107

BUG=715224

Review-Url: https://codereview.chromium.org/2851263004
Cr-Commit-Position: refs/heads/master@{#468513}
parent e4e376d3
......@@ -8,6 +8,7 @@ namespace net {
ScopedEVPAEADCtx::ScopedEVPAEADCtx() {
ctx_.aead = nullptr;
ctx_.aead_state = nullptr;
}
ScopedEVPAEADCtx::~ScopedEVPAEADCtx() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment