aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorPan Bian <bianpan2016@163.com>2017-04-23 20:48:07 +0800
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2017-05-05 00:43:52 +0200
commit332e0d13d3c7d1e4394a513585a3d3b15a0030b8 (patch)
tree66080a3ed68c4ac691b964ce4a9f1bd43861f466 /Documentation/devicetree
parentrtc: snvs: fix an incorrect check of return value (diff)
downloadwireguard-linux-332e0d13d3c7d1e4394a513585a3d3b15a0030b8.tar.xz
wireguard-linux-332e0d13d3c7d1e4394a513585a3d3b15a0030b8.zip
rtc: gemini: add return value validation
Function devm_ioremap() will return a NULL pointer if it fails to remap IO address, and its return value should be validated before it is used. However, in function gemini_rtc_probe(), its return value is not checked. This may result in bad memory access bugs on future access, e.g. calling the function gemini_rtc_read_time(). Signed-off-by: Pan Bian <bianpan2016@163.com> Acked-by: Hans Ulli Kroll <ulli.kroll@googlemail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'Documentation/devicetree')
0 files changed, 0 insertions, 0 deletions