]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: add xrealloc() helper
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 8 Feb 2018 16:19:07 +0000 (01:19 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 10 Feb 2018 02:26:04 +0000 (11:26 +0900)
commitc2d4929f57ef9cd11054491e70223bad04984c05
tree325008cf6d2fea2dfa15e4d49ae4d4d79fb1ff2b
parent61c7512cc0a0631376999c2e4f47d770601adaa7
kconfig: add xrealloc() helper

We already have xmalloc(), xcalloc().  Add xrealloc() as well
to save tedious error handling.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/confdata.c
scripts/kconfig/lkc.h
scripts/kconfig/nconf.gui.c
scripts/kconfig/symbol.c
scripts/kconfig/util.c
scripts/kconfig/zconf.l