* v4l2.c: Include "xstring.h".
(print_v4l2_create_buffers): Replace sprintf with xsprintf.
#include MPERS_DEFS
#include "print_fields.h"
+#include "xstring.h"
/* some historical constants */
#ifndef V4L2_CID_HCENTER
if (syserror(tcp) || umove(tcp, arg, &b))
return RVAL_IOCTL_DECODED;
- sprintf(outstr, fmt, b.index, b.count);
+ xsprintf(outstr, fmt, b.index, b.count);
tcp->auxstr = outstr;
return RVAL_IOCTL_DECODED | RVAL_STR;