This function is called from the debug code whenever a problem in debug_object_assert_init is detected.
Called from debug_object_assert_init() with a hardcoded state ODEBUG_STATE_NOTAVAILABLE when the object is not found in the debug bucket.
The function returns 1 when the fixup was successful, otherwise 0. The return value is used to update the statistics.
Note, this function should make sure debug_object_init() is called before returning.
The handling of statically initialized objects is a special case. The fixup function should check if this is a legitimate case of a statically initialized object or not. In this case only debug_object_init() should be called to make the object known to the tracker. Then the function should return 0 because this is not a real fixup.