msm: ais: isp: Handling buffer use after getting it freed
In the code, start_fetch can try to access the buffer
pointer variable after free, as the same pointer can
can be freed at RELEASE_BUF call too at the same time.
Hence fixing this race condition.
Change-Id: I7196999c464ffa94b2f137e7471404f14886f7b1
Signed-off-by:
Suprith Malligere Shankaregowda <supgow@codeaurora.org>
Loading
Please register or sign in to comment