From 860cc111604617c5bc4923d183977fea1320e91b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 14 Aug 2013 09:01:18 +0200 Subject: [PATCH] Fix crasher when running 'ostree cat' Cause was a buffer read overrun. https://bugzilla.gnome.org/show_bug.cgi?id=705964 --- src/ostree/ot-builtin-cat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ostree/ot-builtin-cat.c b/src/ostree/ot-builtin-cat.c index c3f113f2..eac3a286 100644 --- a/src/ostree/ot-builtin-cat.c +++ b/src/ostree/ot-builtin-cat.c @@ -29,6 +29,7 @@ #include static GOptionEntry options[] = { + { NULL }, }; static gboolean