]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/extcon/extcon-usbc-cros-ec.c
extcon: cros-ec: Fix a potential NULL pointer dereference
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 7 Aug 2017 06:30:33 +0000 (08:30 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 7 Aug 2017 06:34:20 +0000 (15:34 +0900)
commit1cf76c4eeb07ba31a03066c6540d96fd64d7a34f
tree4ac92b7a94731c59b9c4e664474d1d939b4fd1a6
parent5c27036d2b05d6bc763809871b58a48e9fa554fa
extcon: cros-ec: Fix a potential NULL pointer dereference

Return -ENOMEM in case of memory allocation failure. This avoids a NULL
pointer dereference.

Fixes: c69831666109 ("extcon: cros-ec: Add extcon-cros-ec driver to support display out")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-usbc-cros-ec.c