mirror of https://github.com/Wilfred/difftastic/
Fixes buffer overrun
Problem ------- The buffer given for payload serialization is 1024, but we are currently using (1024 + 3) * sizeof(int) Solution -------- Reduce it way down, and fix a few things around unsigned vs intpull/481/head
parent
fce8f8c3f6
commit
31aba1de6e
Loading…
Reference in New Issue