mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-30 00:50:45 +08:00
01ac8690d5
"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
8 lines
143 B
Plaintext
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
|