Move length check earlier to ensure we don't go beyond the end of the user's buffer...
authorMatt Caswell <matt@openssl.org>
Sun, 11 May 2014 10:27:26 +0000 (11:27 +0100)
committerMatt Caswell <matt@openssl.org>
Sun, 11 May 2014 10:27:26 +0000 (11:27 +0100)
commit971a7c5ff751d95bf33117e95a6acf2cfc951537
tree3e7a7e81a1240ccfa1b664e688137d1b39298a65
parentc388d8b40cb9a3cb67401455509c1497a1a1fcb4
Move length check earlier to ensure we don't go beyond the end of the user's buffer. PR#3320
ssl/s3_pkt.c