Created
April 28, 2014 17:36
-
-
Save ceme/11378795 to your computer and use it in GitHub Desktop.
Heartbleed Bug: OpenSSL Vulnerability (the FIX)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (1 + 2 + 16 > s->s3->rrec.length) return 0; | |
hbtype = *p++; | |
n2s(p, payload); | |
if (1 + 2 + payload + 16 > s->s3->rrec.length) return 0; | |
pl = p; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment