Files
flatpak/revokefs
Alexander Larsson 3a005ebbba revokefs: Fix off-by-one array size in fuse implementation
The iovec write_vecs[] array on the stack was just 2 element, but we
sometimes use 3 elements of it. This was causing random crashes due to
corrupting the stack.

Closes: #3110
Approved by: alexlarsson

(cherry picked from commit 84e7b19683)
2019-09-18 19:21:47 +02:00
..