VirtualBox

Changeset 68110 in vbox for trunk/src


Ignore:
Timestamp:
Jul 25, 2017 3:27:24 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117166
Message:

vsheriff: detect double-free

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r67716 r68110  
    469469    ktReason_Host_DriverNotCompilable                  = ( 'Host',              'Driver not compilable' );
    470470    ktReason_Host_NotSignedWithBuildCert               = ( 'Host',              'Not signed with build cert' );
     471    ktReason_Host_DoubleFreeHeap                       = ( 'Host',              'Double free or corruption' );
    471472    ktReason_Host_LeftoverService                      = ( 'Host',              'Leftover service' );
    472473    ktReason_Host_Reboot_OSX_Watchdog_Timeout          = ( 'Host Reboot',       'OSX Watchdog Timeout' );
     
    863864        ( True,  ktReason_Host_DriverNotLoaded,                     'Error opening VBoxDrvStub:  STATUS_OBJECT_NAME_NOT_FOUND' ),
    864865        ( True,  ktReason_Host_NotSignedWithBuildCert,              'Not signed with the build certificate' ),
     866        ( True,  ktReason_Host_DoubleFreeHeap,                      'double free or corruption' ),
    865867    ];
    866868
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