CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/11 19:15:23
Modified files:
lib/libssl/src/crypto/bio: bss_dgram.c
Log message:
Fix a memory leak in bss_dgram.
Free data->saved_message.data. Based on OpenSSL commit:
41cd41c4416f545a18ead37e09e437c75fa07c95 except this version sets a->ptr
to NULL to avoid accidental reuse and handles malloc failing.
ok beck@, input + ok miod@
