CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/31 13:09:20
Modified files:
lib/libssl/src/ssl: d1_both.c s3_both.c
Log message:
BUF_MEM_grow_clean() takes a size_t as the size argument. Remove false comments
mentioning it's an int, bogus (int) casts and bounds checks against INT_MAX
(BUF_MEM_grow_clean has its own integer bounds checks).
ok deraadt@
