Files
Diagon/CHANGELOG
T
ArthurSonzogni 01ac8690d5 Fix CVE-2023-27390
"Self" message are not supported, but this was not checked. This
triggered the error "Something is wrong", and then caused a buffer
overflow.

Bug:https://github.com/ArthurSonzogni/Diagon/issues/65
2023-05-08 17:18:24 +02:00

8 lines
143 B
Plaintext

# Current
## Security:
- See CVE-2023-27390. Check there are no "self" message.
## Build
- Set MSVC_RUNTIME_LIBRARY to /MT for static builds