diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-03-03 22:24:44 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-03-03 22:36:19 +0100 |
commit | b8541798a8a6a288cb2f5c540bf5270e118c0b0c (patch) | |
tree | 553031add6f3c275124cac1c52df61bce7527b57 /include | |
parent | 30adde6b181104249fb6c17b72a9bf12332bc053 (diff) | |
download | linux-b8541798a8a6a288cb2f5c540bf5270e118c0b0c.tar.bz2 |
rtc: zynqmp: fix possible race condition
The IRQ is requested before the struct rtc is allocated and registered, but
this struct is used in the IRQ handler. This may lead to a NULL pointer
dereference.
Switch to devm_rtc_allocate_device/rtc_register_device to allocate the rtc
struct before requesting the IRQ.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions