Fix crasher when running 'ostree cat'
Cause was a buffer read overrun. https://bugzilla.gnome.org/show_bug.cgi?id=705964
This commit is contained in:
parent
97947373ee
commit
860cc11160
|
|
@ -29,6 +29,7 @@
|
||||||
#include <gio/gunixoutputstream.h>
|
#include <gio/gunixoutputstream.h>
|
||||||
|
|
||||||
static GOptionEntry options[] = {
|
static GOptionEntry options[] = {
|
||||||
|
{ NULL },
|
||||||
};
|
};
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue