Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8303576

addIdentitiesToKeystore in KeystoreImpl.m needs CFRelease call in early potential CHECK_NULL return

XMLWordPrintable

    • b14
    • generic
    • os_x
    • Verified

        similar to what had been done in JDK-8303354 , we miss CFRelease on the variable identitySearch in early CHECK_NULL returns potentially done in the function addIdentitiesToKeystore.
        Maybe a CHECK_NULL_GOTO would make sense to handle these coding parts and the ones adjusted in JDK-8303354 ?
        This would look like CHECK_NULL_GOTO(myvar, errOut);

              mbaesken Matthias Baesken
              mbaesken Matthias Baesken
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: