ucimap: Check return of malloc()
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 4 Oct 2020 15:14:50 +0000 (17:14 +0200)
committerPetr Štetiar <ynezz@true.cz>
Tue, 6 Oct 2020 06:35:21 +0000 (08:35 +0200)
commit3fbd6c923434db61267e1331319b5b125e7838d8
treedd58c8a70e5a4c4f9d9a768ca926aa6b01e39c77
parenteae126f66663e5c73e5d290b8e3134449489340f
ucimap: Check return of malloc()

Check the return value of malloc() before accessing it.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
ucimap.c