Package: dlt-daemon / 2.18.6-1+deb11u1

Metadata

Package Version Patches format
dlt-daemon 2.18.6-1+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix a double free bug.patch | (download)

src/shared/dlt_config_file_parser.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix a double-free bug.

In the dlt_config_file_set_section function of dlt_config_file_parser.c:
  s-name is not set to null after free.
  It will be freed again in the dlt_config_file_release function.

Signed-off-by: Zhongyang.Bao <Zhongyang.Bao@zeekrlife.com>