VirtualBox

Ignore:
Timestamp:
May 8, 2024 12:27:24 PM (7 months ago)
Author:
vboxsync
Message:

Runtime/common/fuzz: Some parfait warning fixes, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fuzz/fuzzmastercmd.cpp

    r99739 r104549  
    474474                            RTJsonValueRelease(hVal);
    475475                        }
     476                        if (RT_FAILURE(rc))
     477                            break;
    476478                        rc = RTJsonIteratorNext(hEnvIt);
    477479                    } while (RT_SUCCESS(rc));
     
    549551                    RTJsonValueRelease(hVal);
    550552                }
     553                if (RT_FAILURE(rc))
     554                    break;
     555
    551556                rc = RTJsonIteratorNext(hSanIt);
    552557            } while (RT_SUCCESS(rc));
     
    984989                    RTJsonValueRelease(hVal);
    985990                }
     991                if (RT_FAILURE(rc))
     992                    break;
     993
    986994                rc = RTJsonIteratorNext(hTgtIt);
    987995            } while (RT_SUCCESS(rc));
     
    17881796        /* Option variables:  */
    17891797        bool fDaemonize = false;
    1790         bool fDaemonized = false;
    17911798        const char *pszLoadCfg = NULL;
    17921799        RTFUZZCMDMASTER This;
     
    18331840
    18341841                case 'Z':
    1835                     fDaemonized = true;
    18361842                    fDaemonize = false;
    18371843                    break;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette