diff --git a/src/device/device_util.c b/src/device/device_util.c index 8d111b6096..fc585a0414 100644 --- a/src/device/device_util.c +++ b/src/device/device_util.c @@ -547,7 +547,7 @@ const char *resource_type(const struct resource *resource) void report_resource_stored(struct device *dev, const struct resource *resource, const char *comment) { - char buf[10]; + char buf[16]; unsigned long long base, end; if (!(resource->flags & IORESOURCE_STORED))