CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/13 03:11:57
Modified files:
lib/libssl/src/ssl: bs_cbb.c
Log message:
When initial capacity is 0, always use NULL buffer.
malloc(0) is implementation defined and there's no reason to introduce
that ambiguity here. Added a few cosmetic changes in sizeof and free.
ok miod@ jsing@
