GNOME Bugzilla – Bug 706680
dmabuf: fix mmap counting
Last modified: 2013-08-26 07:30:04 UTC
Created attachment 252901 [details] [review] patch A successful gst_dmabuf_mem_map must always increment the mmap count. Otherwise the first gst_dmabuf_mem_unmap will unmap the memory and all other user will access unmapped memory.
commit 3c66c2a43d6f189b07ab682b4d23db04ade9acbc Author: Michael Olbrich <m.olbrich@pengutronix.de> Date: Fri Aug 23 18:06:36 2013 +0200 dmabuf: fix mmap counting A successful gst_dmabuf_mem_map must always increment the mmap count. Otherwise the first gst_dmabuf_mem_unmap will unmap the memory and all other user will access unmapped memory. https://bugzilla.gnome.org/show_bug.cgi?id=706680