All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] v4l-utils: Fix crashes found by Mayhem
@ 2013-06-27 21:11 Gregor Jasny
  2013-06-27 21:11 ` [PATCH 1/2] libv4lconvert: Prevent integer overflow by checking width and height Gregor Jasny
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gregor Jasny @ 2013-06-27 21:11 UTC (permalink / raw)
  To: linux-media; +Cc: Gregor Jasny

The Mayhem Team ran their code checker over the Debian archive and
also found two crashes in v4l-utils.

See http://lists.debian.org/debian-devel/2013/06/msg00720.html

Gregor Jasny (2):
  libv4lconvert: Prevent integer overflow by checking width and height
  keytable: Always check if strtok return value is null

 lib/libv4lconvert/ov511-decomp.c |  7 ++++++-
 lib/libv4lconvert/ov518-decomp.c |  7 ++++++-
 utils/keytable/keytable.c        | 19 ++++++++++++++++---
 3 files changed, 28 insertions(+), 5 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-27 22:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-27 21:11 [PATCH 0/2] v4l-utils: Fix crashes found by Mayhem Gregor Jasny
2013-06-27 21:11 ` [PATCH 1/2] libv4lconvert: Prevent integer overflow by checking width and height Gregor Jasny
2013-06-27 21:11 ` [PATCH 2/2] keytable: Always check if strtok return value is null Gregor Jasny
2013-06-27 22:31 ` [PATCH 0/2] v4l-utils: Fix crashes found by Mayhem Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.