Review Request for JDK-8033571: [parfait] warning from b128 for security/smartcardio/pcsc_md.c: JNI exception pending

Xuelei Fan xuelei.fan at oracle.com
Sat Feb 15 02:01:01 UTC 2014


Looks fine to me.

Just want to make sure, no exception should be thrown if libName is
null, right?

  92     if (libName == NULL) {
  93         return;
  94     }

Xuelei

On 2/14/2014 7:29 AM, Valerie (Yu-Ching) Peng wrote:
> 
> Can someone please review the fixes which checks for pending exceptions
> in native code "pcsc_md.c"?
> The fix is trivial scope-wise.
> 
> Webrev: http://cr.openjdk.java.net/~valeriep/8033571/webrev.00/
> 
> Thanks,
> Valerie




More information about the security-dev mailing list