VirtualBox

Ignore:
Timestamp:
Jan 15, 2025 2:54:32 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166920
Message:

Runtime/r3/posix/localipc-posix.cpp: Missing break in out of memory condition, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp

    r106061 r107782  
    501501                        }
    502502                        else
     503                        {
    503504                            rc = VERR_NO_MEMORY;
     505                            break;
     506                        }
    504507                    }
    505508                    else if (   rc != VERR_INTERRUPTED
Note: See TracChangeset for help on using the changeset viewer.

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