toxcore/other/bootstrap_daemon/docker
Maxim Biro cda6c9b6e8
Fix potential freeing of an immutable static buffer
strerror_r() has two versions: GNU-specific and XSI-compliant. The XSI
version always stores the string in the provided buffer, but the GNU
version might store it in the provided buffer or it might use some
immutable static buffer instead. Since we always free the error string,
we might end up freeing the immutable static buffer.
2022-02-04 08:09:14 -05:00
..
Dockerfile fix: Fix bootstrap on emscripten/wasm. 2022-02-01 21:00:09 +00:00
get-nodes.py chore: Add mypy Python type check. 2022-01-14 19:55:37 +00:00
tox-bootstrapd.sha256 Fix potential freeing of an immutable static buffer 2022-02-04 08:09:14 -05:00
update-sha256 feat: Add WASM build for toxcore and websocket bootstrap node. 2022-02-02 16:05:25 +00:00