Debian Patches

Status for dlt-daemon/2.18.11-5

Patch Description Author Forwarded Bugs Origin Last update
788.patch [PATCH 1/2] Fix some build failures due to wrong code in gzip handling:

/dlt-daemon/src/offlinelogstorage/dlt_offline_logstorage_behavior.c:1112:48: error: passing argument 1 of 'fileno' from incompatible pointer type [-Wincompatible-pointer-types]
1112 | if (fsync(fileno(config->gzlog)) != 0) {
| ~~~~~~^~~~~~~
| |
| gzFile {aka struct gzFile_s *}

/dlt-daemon/src/offlinelogstorage/dlt_offline_logstorage.c: In function 'dlt_logstorage_filter_config_free':
/dlt-daemon/src/offlinelogstorage/dlt_offline_logstorage.c:88:21: error: passing argument 1 of 'gzclose' from incompatible pointer type [-Wincompatible-pointer-types]
88 | gzclose(data->gzlog);
| ~~~~^~~~~~~
| |
| struct gzFile_s **
In file included from /dlt-daemon/src/offlinelogstorage/dlt_offline_logstorage.h:57,
from /dlt-daemon/src/offlinelogstorage/dlt_offline_logstorage.c:32:
/usr/include/zlib.h:1634:39: note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
1634 | ZEXTERN int ZEXPORT gzclose(gzFile file);
| ~~~~~~~^~~~
/usr/include/zlib.h:1305:26: note: 'gzFile' declared here
1305 | typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */
| ^~~~~~
Gianfranco Costamagna <locutusofborg@debian.org> no 2025-12-24
789.patch [PATCH 1/2] Update CMakeLists.txt: set required std version to gnu++17, needed for new googletest version Gianfranco Costamagna <locutusofborg@debian.org> no 2025-12-24
805.patch [PATCH] Add JSON type validation for parsed JSON Shangzhi-Xu <63028857+ShangzhiXu@users.noreply.github.com> no 2025-12-26
806.patch [PATCH] Fix buffer size issue in filter name generation Shangzhi-Xu <63028857+ShangzhiXu@users.noreply.github.com> no 2025-12-26
807.patch [PATCH] Increase allocated memory for timestamp index Shangzhi-Xu <63028857+ShangzhiXu@users.noreply.github.com> no 2025-12-26
no-errors.patch =================================================================== no

All known versions for source package 'dlt-daemon'

Links