Skip to content
Snippets Groups Projects
Commit 7d2e1896 authored by Samuel Hocevar's avatar Samuel Hocevar
Browse files

* ./src/misc/messages.c: ouch. when the message queue was full, we were

    using our va_list twice, which caused crashes on architectures where
    va_list is a pointer; we now use va_copy whenever possible.
parent 0d36c01a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment