ud3tn/components
Felix Walter f1c59a0024 bundle7: Silence occasional clang-tidy false positive
Every couple of tens to hundreds of builds, clang-tidy will issue a
warning of type `clang-analyzer-valist.Uninitialized` here. A `grep` on
the whole source tree shows no `va_list` being used anywhere near - the
`*printf` functions of `tinycbor` are not called by us.

Fixes: #117

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2023-05-10 17:25:13 +02:00
..
aap Remove bundle ID and storage and replace the ID by the bundle pointer 2022-12-07 17:42:21 +01:00
agents Enable agents to send bundles via direct function invocation 2023-05-10 17:23:55 +02:00
bundle6 bundle: Fix potential uint wrap-around in expiration time calculation 2023-05-10 14:31:17 +02:00
bundle7 bundle7: Silence occasional clang-tidy false positive 2023-05-10 17:25:13 +02:00
cla Remove heap-allocated Task_t 2023-05-10 17:23:55 +02:00
daemon Insert SPDX license expression comments into our .c, .h, .py, and .sh code 2022-02-20 16:24:38 +01:00
platform/posix Remove heap-allocated Task_t 2023-05-10 17:23:55 +02:00
spp SPP: Prevent wrap-around of uint at end of loop 2023-05-10 14:32:47 +02:00
ud3tn bundle_processor: Properly free ADU if we cannot process the AR 2023-05-10 17:25:13 +02:00