commit | 2deb984187ce8f6c739c780e7fe95e859e93b3da | [log] [tgz] |
---|---|---|
author | Adam Langley <alangley@gmail.com> | Fri Aug 07 11:15:37 2015 -0700 |
committer | Adam Langley <agl@google.com> | Fri Aug 07 18:21:20 2015 +0000 |
tree | 011316565ad8a17c04410e14211917204ccd1f8e | |
parent | 21cdada60991bccb9fa910c84181a5929e6584b3 [diff] |
Fix NULL dereference in the case of an unexpected extension from a server. Due to a typo, when a server sent an unknown extension, the extension number would be taken from a NULL structure rather than from the variable of the same name that's in the local scope. BUG=517935 Change-Id: I29d5eb3c56cded40f6155a81556199f12439ae06 Reviewed-on: https://boringssl-review.googlesource.com/5650 Reviewed-by: Adam Langley <agl@google.com>