esp-idf/components/esp_ringbuf
Darian Leung 4a15db126a fix(esp_ringbuf): Fix "USE_AFTER_FREE" coverity issue
Fix false positive in coverity where it thinks memory buffers are freed for
statically created ring buffers, leading to a "USE_AFTER_FREE" warning in
vRingbufferDeleteWithCaps().
2023-07-04 21:53:46 +01:00
..
include/freertos
test_apps
.build-test-rules.yml
CMakeLists.txt
Kconfig
linker.lf
ringbuf.c fix(esp_ringbuf): Fix "USE_AFTER_FREE" coverity issue 2023-07-04 21:53:46 +01:00