mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 08:20:08 +01:00
In particular when calling nm_utils_strv_sort() with a positive length argument, then this is not a %NULL terminated strv arrary. That may mean that it makes sense for the input array to contain %NULL strings. Use a strcmp() function that accepts %NULL too. While this is not used at the moment, I think nm_utils_strv_sort() should accept %NULL strings beause otherwise it's a possibly unexpected restriction of its API. The function should handle sensible input gracefully. |
||
|---|---|---|
| .. | ||
| c-list | ||
| c-rbtree | ||
| c-siphash | ||
| c-stdaux | ||
| n-acd | ||
| n-dhcp4 | ||
| nm-glib-aux | ||
| nm-libnm-core-aux | ||
| nm-libnm-core-intern | ||
| nm-std-aux | ||
| nm-udev-aux | ||
| nm-utils | ||
| systemd | ||
| meson.build | ||
| nm-default.h | ||
| nm-meta-setting.c | ||
| nm-meta-setting.h | ||
| nm-test-libnm-utils.h | ||
| nm-test-utils-impl.c | ||
| nm-version-macros.h.in | ||