VirtualBox

Changeset 86419 in vbox


Ignore:
Timestamp:
Oct 2, 2020 11:55:38 AM (4 years ago)
Author:
vboxsync
Message:

xpcom/TestHashTables: Fixed use-after-free issue in IFoo::Release(). bugref:9841

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/tests/TestHashtables.cpp

    r86418 r86419  
    292292    nsrefcnt newrefcount = --refcount_;
    293293    printf("IFoo@%p::Release(), refcount --> %d\n",
    294            NS_STATIC_CAST(void*, this), nsrefcnt);
     294           NS_STATIC_CAST(void*, this), newrefcount);
    295295
    296296    if ( !newrefcount )
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