CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/13 07:13:57
Modified files:
sys/dev/dt : dt_prov_profile.c
Log message:
Fix potential NULL pointer dereference in dt(4).
When initializing the profiling probes, check if we sucessfully
allocated the probe, before registering it. This avoids a NULL
pointer dereference when probe allocation has failed.
from Christian Ludwig
