Skip to content

tutorials: Use bytes to save to file

Emmanuele Bassi requested to merge ebassi/for-main into main

The replace_contents_async() method does not copy the contents of the buffer, so we're relying on a use-after-free.

Fixes: #33 (closed)

Merge request reports