$OpenBSD: patch-src_impala_io_c,v 1.1 2005/07/26 18:50:43 naddy Exp $
--- src/impala/io.c.orig	Sat Jul 23 15:00:48 2005
+++ src/impala/io.c	Sat Jul 23 15:01:42 2005
@@ -1518,8 +1518,8 @@ static void report_vector_size
 )
    {  char                 report[80]
 
-   ;  sprintf
-      (  report, "%s %ld pair%s\n"
+   ;  snprintf
+      (  report, sizeof report, "%s %ld pair%s\n"
       ,  action
       ,  (long) vec->n_ivps
       ,  vec->n_ivps == 1 ? "" : "s"
