Skip to content
Snippets Groups Projects
Commit 76610c0a authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Allocate memory for message blobs on the heap

Messages can be very large, so we don't really want to allocate them on the
stack. Switch to using the heap for them, and try to clean up some of the
string handling while we're at it.
parent f6c05be8
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