[#] http://marc.info/?l=openbsd-cvs&m=140775400112111&w=2
openbsd-cvs(obsdave,2) — All
2014-08-11 14:55:10


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/11 04:46:19

Modified files:
lib/libssl/src/ssl: ssl_lib.c

Log message:
Check the return value of sk_SSL_CIPHER_new_null(), since it allocates
memory and can return NULL.

ok miod@