Changeset fb1f664 in mainline for kernel/generic/src/ipc/ipc.c

Timestamp:
2018-03-11T07:35:05Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Children:
8a5de14
Parents:
58290b05
git-author:
Jakub Jermar <jakub@…> (2018-03-04 17:39:45)
git-committer:
Jakub Jermar <jakub@…> (2018-03-11 07:35:05)
Message:

Fix race condition

The capability created by phone_alloc() may get destroyed before
kobject_get(), so we must test kobject_get() return value.

(No files)

Note: See TracChangeset for help on using the changeset viewer.