From: Brandon Philips Date: Sun, 9 Dec 2007 02:05:53 +0000 (-0300) Subject: V4L/DVB (6751): V4L: Memory leak! Fix count in videobuf-vmalloc mmap X-Git-Tag: v2.6.24-rc6~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b29669c065f60501e7289e1950fa2a618962358;p=pandora-kernel.git V4L/DVB (6751): V4L: Memory leak! Fix count in videobuf-vmalloc mmap This is pretty serious bug. map->count is never initialized after the call to kmalloc making the count start at some random trash value. The end result is leaking videobufs. Also, fix up the debug statements to print unsigned values. Pushed to http://ifup.org/hg/v4l-dvb too Signed-off-by: Brandon Philips Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed