forked from pool/v4l-utils
Update to version 1.0.1, Updated build requirements, Removed/Added patches OBS-URL: https://build.opensuse.org/request/show/236327 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=27
12 lines
383 B
Diff
12 lines
383 B
Diff
--- lib/libdvbv5/descriptors.c.orig 2014-01-13 21:51:46.000000000 +0200
|
|
+++ lib/libdvbv5/descriptors.c 2014-06-04 21:49:02.691930747 +0300
|
|
@@ -1007,7 +1007,7 @@
|
|
{
|
|
char t[4];
|
|
snprintf (t, sizeof(t), "%02x ", (unsigned int) data[i]);
|
|
- strncat (hex, t, sizeof(hex));
|
|
+ strncat (hex, t, sizeof(hex) - 1);
|
|
if (data[i] > 31 && data[i] < 128 )
|
|
ascii[j] = data[i];
|
|
else
|