CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/12/06 06:21:14
Modified files: lib/libssl/src/ssl: t1_lib.c Log message: Fix two cases where it is possible to read one or two bytes past the end of the buffer. The later size check would catch this, however reading first and checking later is less than ideal. ok miod@