Bugzilla – Bug 1170166
AUDIT-FIND: enlightenment: enlightenment_system: `_cb_l2ping_ping()` SEGFAULTs when no parameter is passed.
Last modified: 2020-05-22 08:28:50 UTC
+++ This bug was initially created as a clone of Bug #1169238 e) `_cb_l2ping_ping()` SEGFAULTs when no parameter is passed. This function unconditionally dereferences the `params` string in a `sscanf()` call, which causes a SEGFAULT by dereferencing a NULL pointer when a user is not passing any parameter data.
Upstream: https://phab.enlightenment.org/T8674
Upstream Fix: https://phab.enlightenment.org/rEfc26d91ac014b6f9b78680871fc0614d8c84def2
Well this one was simple enough. Looks fixed :)
The fix made it into the upstream 0.24 release. Closing as fixed.