mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-07 13:43:09 +09:00
When ion_vma_open is called, a reference to the handle in the vma must be taken. Otherwise, if forking occurs, ion_vma_close will be called twice which will leave one of the calls with an invalid reference.