Commit message (Collapse) | Author | ||
---|---|---|---|
2009-03-15 | fix segfault when displaying empty blobs | Eric Wong | |
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> | |||
2009-02-12 | ui-tree: escape ascii-text properly in hexdump view | Lars Hjemli | |
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-02-12 | Makefile: add doc-related targets | Lars Hjemli |