Khem Raj

Results 96 issues of Khem Raj

'mbedtls_x509_time now' is a local struct variable. passing an uninitialized local as a const * argument is UB-risk, since the callee is not allowed to write into it. Clang-21 got...

Errors ``` ./tests/tomlplusplus_tests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tomlplusplus_tests is a Catch v2.13.10 host application. Run with -? for options ----------------------------------------------------------------------------------------------------------------------- conformance - burntsushi/invalid array-double-comma-1 ----------------------------------------------------------------------------------------------------------------------- ../tests/conformance_burntsushi_invalid.cpp:583 ....................................................................................................................... ../tests/tests.cpp:143: FAILED: explicitly with messages: [conformance_burntsushi_invalid.cpp,...

bug

This helps install task find the headers in right source location Fixes | CMake Error at include/cmake_install.cmake:46 (file): | file INSTALL cannot find | "/mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux/monkey/1.8.4/sources/monkey-1.8.4/include/mk_core.h": | No such file or...

I am trying to upgrade simpleiot recipe to use go-mod fetcher from core. and I am seeing these warnings ``` ERROR: simpleiot-0.18.4-r0 do_populate_lic: QA Issue: simpleiot: No generic license file...

When built with glibc hardening (_FORTIFY_SOURCE), recvfrom() is wrapped by __recvfrom_chk(). The test_1_to_1_recvfrom test deliberately calls recvfrom() with an invalid buffer pointer ((char *)-1) to verify that EFAULT is returned....

This extends building thing-provisioning-tools for 32bit architectures without 64bit atomics support e.g. armv5, mips, ppc32 and riscv32. More info on portable-atomics [1] Fixes error[E0432]: unresolved import `std::sync::atomic::AtomicU64` │ 232 -->...