Checklist
Issue or Suggestion Description
components/esp-dl/dl/tensor/src/dl_tensor_base.cpp:1116:23:
F:/Espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/bits/stl_algobase.h:452:30: error: 'void* __builtin_memmove(void*, const void*, unsigned int)' writing between 5 and 2147483647 bytes into a region of size 4 overflows the destination [-Werror=stringop-overflow=]
452 | __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);