]> gitweb.ps.run Git - ps-cgit/commit
fix segfault when displaying empty blobs
authorEric Wong <normalperson@yhbt.net>
Sun, 15 Mar 2009 01:41:47 +0000 (18:41 -0700)
committerLars Hjemli <hjemli@gmail.com>
Sun, 15 Mar 2009 07:46:15 +0000 (08:46 +0100)
commit112973615a78ce61fd6e767128df03b075be72ca
treecf4b3eb63f42d77ac77f74d951f583e1503886aa
parent6063e7b5532481ffaa7a6f080de28547983bbeb7
fix segfault when displaying empty blobs

When size is zero, subtracting one from it turns it into
ULONG_MAX which causes an out-of-bounds access on buf.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
ui-tree.c