mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
sd-device: initialize variable
sysnum would not be initialized if sysname had no trailing digits.
This commit is contained in:
@@ -930,7 +930,7 @@ _public_ int sd_device_get_devname(sd_device *device, const char **devname) {
|
||||
|
||||
static int device_set_sysname(sd_device *device) {
|
||||
_cleanup_free_ char *sysname = NULL;
|
||||
const char *sysnum;
|
||||
const char *sysnum = NULL;
|
||||
const char *pos;
|
||||
size_t len = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user