Skip to content
Commit 9ce87aac authored by Wim Taymans's avatar Wim Taymans
Browse files

module-profiler: avoid large stack alloc

If the profiler manages to fill the complete buffer, we would have 8MB
of data that we need to allocate on the stack. Don't do that and instead
use a preallocated buffer large enough to copy things into.
parent 830f52cb
Loading
Loading
Loading
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