Files
scoutfs/kmod
Mark Fasheh dc15c610ca scoutfs: fix null pointer deref in get_manifest_refs()
When we're not the server node, 'mani' is NULL, so derefing it in our
loop causes a crash. That said, we don't need it anyway - the loop will
eventually end when our btree walk (via btree_prev_overlap_or_next())
ends.

Signed-off-by: Mark Fasheh <mfasheh@versity.com>
2017-08-24 16:41:35 -05:00
..
2017-07-19 13:30:03 -07:00