Searched hist:babfeb9cbe7ebc657bd5b3e4f9fde79f560b6acc (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/rtc/ |
H A D | rtc-nct3018y.c | diff babfeb9cbe7ebc657bd5b3e4f9fde79f560b6acc Thu Feb 29 23:21:27 CET 2024 Alexandre Belloni <alexandre.belloni@bootlin.com> rtc: nct3018y: fix possible NULL dereference
alarm_enable and alarm_flag are allowed to be NULL but will be dereferenced later by the dev_dbg call.
Reported-by: kernel test robot <lkp@intel.com> Reported-by: Dan Carpenter <error27@gmail.com> Closes: https://lore.kernel.org/r/202305180042.DEzW1pSd-lkp@intel.com/ Link: https://lore.kernel.org/r/20240229222127.1878176-1-alexandre.belloni@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
|