Skip to content
Commit 419dd837 authored by Oleg Nesterov's avatar Oleg Nesterov Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (5123): Buf_qbuf: fix: videobuf_queue->stream corruption and lockup



We are doing ->buf_prepare(buf) before adding buf to q->stream list. This
means that videobuf_qbuf() should not try to re-add a STATE_PREPARED buffer.

Signed-off-by: default avatarOleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 99ddcc7e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment