mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
6f02bdfc99
Add NOFAIL check for the strndup call, because the function allocates memory and can return NULL. All calls to strdup in modpost are checked with NOFAIL. Signed-off-by: Denis Efremov <efremov@linux.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>