Skip Menu |

This queue is for tickets about the Crypt-OpenSSL-PKCS10 CPAN distribution.

Report information
The Basics
Id: 111030
Status: new
Priority: 0/
Queue: Crypt-OpenSSL-PKCS10

People
Owner: Nobody in particular
Requestors: tlhackque [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.15
Fixed in: (no value)



Subject: Memory leak in parse_name
Code reading bugs: Errors in parse_name goto error, which doesn't free mval. Also, the test at the start of parse_name doesn't chect that the initial allocation of mval succeeded.