commit | 1f3aa9002dc6a0d59a4b599b4fc8f01cf43ef014 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@infradead.org> | Wed Aug 15 12:30:38 2018 -0700 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Aug 22 23:21:40 2018 +0900 |
tree | 0c2549d32c719097ea6e9e37c05c272bbf0690f3 | |
parent | f498926c47aa7d4f1b6d08af2ba16f3cf8fcb151 [diff] |
scripts: modpost: check memory allocation results Fix missing error check for memory allocation functions in scripts/mod/modpost.c. Fixes kernel bugzilla #200319: https://bugzilla.kernel.org/show_bug.cgi?id=200319 Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Yuexing Wang <wangyxlandq@gmail.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>