Add O_NONBLOCK flag to avoid deadlock at open() 30/249830/9 accepted/tizen/unified/20201218.124449 submit/tizen/20201217.064307
authorYoungHun Kim <yh8004.kim@samsung.com>
Thu, 17 Dec 2020 04:22:27 +0000 (13:22 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Thu, 17 Dec 2020 05:57:37 +0000 (14:57 +0900)
commit9fd937138f1d55a2236c37f737d7d9c1b2d77426
treeb20b1a7716e9fbb3e6c13b1704c020b461e611a9
parent8b369a5109129e6660f0fad83b83ae872e5ff282
Add O_NONBLOCK flag to avoid deadlock at open()

 - There is a possibility of deadlock when unexpected termination of the client occurs.
   To avoid this, add the sync fifo open with non_block.

Change-Id: Id43647dd3807b077e80ba3bbe1c9f38831a15d8f
packaging/mm-resource-manager.spec
src/lib/mm_resource_manager_priv.c