There was an error fetching the commit references. Please try again later.
gdbstub_arch: Add missing virtual destructor
The class is used polymorphically, so it's undefined behavior to delete instances of GDBStubA64 and GDBStubA32 from the base class pointer.
Please register or sign in to comment