use mallocarray(a,b) instead of malloc(a*b)
authorderaadt <deraadt@openbsd.org>
Mon, 21 Apr 2014 16:48:59 +0000 (16:48 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 21 Apr 2014 16:48:59 +0000 (16:48 +0000)
commitea166cfd008636287d5f57fc572921fdf4106c6d
tree75905ba715980952e3394229f659d5536e26d99b
parent7c5c1828b5ea9a4d3c2f261136ee2d59ee5e9cfe
use mallocarray(a,b) instead of malloc(a*b)
lib/libssl/src/ssl/ssl_ciph.c
lib/libssl/ssl_ciph.c