Re: [OE-core] [poky][master][PATCH] systemd: fix codesonar warnings

2020-08-07 Thread Amitanand N Chikorde
systemd codesonar fixes. Moved patch file to path "poky/meta/recipes-core/systemd/systemd/" and will be sending the patch file to openembedded-core mailing list. Regards, Amit From: Richard Purdie Sent: Friday, August 7, 2020 2:51 PM To: Amitanand

[OE-core] [meta-oe][sumo][PATCH] systemd: fix codesonar warnings

2020-08-07 Thread Amitanand N Chikorde
his unexpected behaviour, typecasted char type argument to +unsigned char type. + +2. "seqnum" defined, not initialized & used in device-private.c +Intialized "seqnum" at definition. + +Upstream-Status: Pending +Signed-off-by: Amitanand N. Chikorde + +--- origcode/src/libsyst

[OE-core] [poky][master][PATCH] systemd: fix codesonar warnings

2020-08-07 Thread Amitanand N Chikorde
t;seqnum" at definition. + +Upstream-Status: Pending + +Signed-off-by: Amitanand N. Chikorde + +--- origcode/src/libsystemd/sd-device/device-private.c 2020-07-09 18:05:13.744127907 +0530 modifcode/src/libsystemd/sd-device/device-private.c2020-07-09 18:01:56.494621945 +0530 +@@ -560,7

[OE-core] [meta-oe][sumo][PATCH] systemd: fix codesonar warnings

2020-08-06 Thread Amitanand N Chikorde
used in device-private.c +Intialized "seqnum" at definition. + +Upstream-Status: Pending + +Signed-off-by: Amitanand N. Chikorde + +--- origcode/src/libsystemd/sd-device/device-private.c 2020-07-09 18:05:13.744127907 +0530 modifcode/src/libsystemd/sd-device/device-private.c

[OE-core] [poky][master][PATCH] systemd: Fix codesonar warnings

2020-07-10 Thread Amitanand N Chikorde
seqnum" defined, not initialized & used in device-private.c +Intialized "seqnum" at definition. + +Signed-off-by: Amitanand N. Chikorde +Upstream-Status: Pending + +--- origcode/src/libsystemd/sd-device/device-private.c 2020-07-09 18:05:13.744127907 +0530 modifcode/src/libs