On Fri, 5 Mar 2021 03:49:22 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> 
wrote:

>> I guess since we are changing this method anyway, can we use 
>> PRINTER_ENUM_CONNECTIONS flag instead of hardcoded 4 so that it is more 
>> informative!!
>
> ok, it is for flags and not for level. please ignore

> 
> 
> Don't we need to check that this method call succeeds? Probably it is a crash 
> reason when the EnumPrinters fails but we use cbNeeded anyway for array 
> allocation?

`EnumPrinters` always returns failure here because zero-sized buffer is too 
small to contain any data.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2836

Reply via email to