John,

I see bad realloc pattern here. Could you fix it as well?

e.g.

93     adapterInfo = (IP_ADAPTER_ADDRESSES *) realloc (adapterInfo, len);

-Dmitry

On 2013-04-19 00:56, John Zavgren wrote:
> Greetings:
> 
> I fixed a case in the windows native code where calloc() was being used
> without checking it's returned value.
> 
> http://cr.openjdk.java.net/~jzavgren/8012108/webrev.01/
> 
> Thanks!
> John Zavgren


-- 
Dmitry Samersoff
Oracle Java development team, Saint Petersburg, Russia
* Give Rabbit time, and he'll always get the answer

Reply via email to