mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 05:20:08 +01:00
The request->scripts are allocated in handle_action() and request_free() is only called after that, so it never sees it NULL. Coverity knows: CID 59385 (#1 of 1): Dereference before null check (REVERSE_INULL) check_after_deref: Null-checking request->scripts suggests that it may be null, but it has already been dereferenced on all paths leading to the check. |
||
|---|---|---|
| .. | ||
| tests | ||
| Makefile.am | ||
| nm-dispatcher-api.h | ||
| nm-dispatcher-utils.c | ||
| nm-dispatcher-utils.h | ||
| nm-dispatcher.c | ||
| nm-dispatcher.conf | ||
| nm-dispatcher.xml | ||
| org.freedesktop.nm_dispatcher.service.in | ||