wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

NuttX: Fix a dbus-related crash on esp32s3

Open yamt opened this issue 3 months ago • 0 comments

Although I don't know what exactly the esp32s3 rom version of memset does, it seems that the current code crashes only with a small "len". I guess it changes the logic depending on the size. Anyway, it's safer to use dbus here.

yamt avatar May 24 '24 07:05 yamt