K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-12-31T12:14:25.378103Z K 7 svn:log V 328 Set value->v.octetstring.len to a correct value on malloc success/failure The previous code always set value->v.octetstring.len to len, regardless of the result from the malloc call. This misleads the caller on malloc failure. Set .len to len on success and 0 on failure. MFC after: 1 week Reported by: Coverity CID: 1007590 END