diff options
author | Pan Bian <[email protected]> | 2017-04-24 16:22:08 +0800 |
---|---|---|
committer | Sebastian Reichel <[email protected]> | 2017-05-01 11:52:25 +0200 |
commit | 8b20839988f1ed5e534b270f3776709b640dc7e0 (patch) | |
tree | d1963cd2437b0e124c8bf926bf5a941b8abd0ce1 /net/lapb/lapb_subr.c | |
parent | 756e142a4b3b25aac44eaa54ded125fce0e8fcc7 (diff) |
power: supply: isp1704: Fix unchecked return value of devm_kzalloc
Function devm_kzalloc() will return a NULL pointer. However, in function
isp1704_charger_probe(), the return value of devm_kzalloc() is directly
used without validation. This may result in a bad memory access bug.
Fixes: 34a109610e2a ("isp1704_charger: Add DT support")
Signed-off-by: Pan Bian <[email protected]>
Reviewed-by: Pali Rohár <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions