mbed-os/storage
Mingjie Shen 65b14f7181 Fix 'new[]' array freed with 'delete'
The array _scratch_buf is allocated using new[] in line 761 of
mbed-os/storage/kvstore/securestore/source/SecureStore.cpp.
But it was freed using delete.
2023-04-18 23:59:00 -04:00
..
blockdevice Fix missing mbed:: profix issue 2022-08-23 22:47:56 +02:00
docs Refactor KVStore config override explanation 2021-05-11 17:19:16 +01:00
filesystem add missing unlock in file_truncate in FATFileSystem 2022-07-04 11:21:50 +02:00
kvstore Fix 'new[]' array freed with 'delete' 2023-04-18 23:59:00 -04:00
platform CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
CMakeLists.txt Unit tests: Create mbed-headers-filesystem 2021-07-02 16:25:43 +01:00