The last patches from this have now been applied so closing this ticket.
Thanks!
Matt
--
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=3198
Please log in as guest with password guest if prompted
--
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/op
On 10/06/14 21:48, Jonas Maebe via RT wrote:
> On 13/12/13 11:54, The default queue via RT wrote:
>
>> In attachment you can find 7 patches against git master (generated via git
>> format-patch) to fix a number of memory leaks (in case of failures) and
>> missing NULL pointer checks (generally fo
On 10/06/14 21:59, Kurt Roeckx via RT wrote:
On Tue, Jun 10, 2014 at 09:48:19PM +0200, Jonas Maebe via RT wrote:
On 13/12/13 11:54, The default queue via RT wrote:
In attachment you can find 7 patches against git master (generated via git
format-patch) to fix a number of memory leaks (in case
On Tue, Jun 10, 2014 at 09:48:19PM +0200, Jonas Maebe via RT wrote:
> On 13/12/13 11:54, The default queue via RT wrote:
>
> > In attachment you can find 7 patches against git master (generated via git
> > format-patch) to fix a number of memory leaks (in case of failures) and
> > missing NULL p
On 13/12/13 11:54, The default queue via RT wrote:
> In attachment you can find 7 patches against git master (generated via git
> format-patch) to fix a number of memory leaks (in case of failures) and
> missing NULL pointer checks (generally for malloc results) for source files
> under crypto/
On 13 Dec 2013, at 11:54, The default queue via RT wrote:
> In attachment you can find 7 patches against git master (generated via git
> format-patch) to fix a number of memory leaks (in case of failures) and
> missing NULL pointer checks (generally for malloc results) for source files
> under
Hi,
In attachment you can find 7 patches against git master (generated via git
format-patch) to fix a number of memory leaks (in case of failures) and missing
NULL pointer checks (generally for malloc results) for source files under
crypto/asn1. I've tried to follow the coding conventions of th