NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/46518: stbi splash: compressed PNG file causes panic



The following reply was made to PR kern/46518; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/46518: stbi splash: compressed PNG file causes panic
Date: Sat, 2 Jun 2012 16:31:04 +0200

 p->expanded and p->idata can not be NULL, but p->out will always be.
 Just deleting the FREE(p->out)... line should be the correct fix, the
 memory is now pointed to by result and is what this function returns.
 
 Can you test that?
 
 Martin
 


Home | Main Index | Thread Index | Old Index