In the Linux kernel, the following vulnerability has been resolved: tracing: Do not call map->ops->eltfree() if eltalloc() fails In paths where tracingmapeltalloc() failed to allocate objects, the map->ops->eltalloc() call was never successful. In this case, map->ops->elt_free() should not be called.