Re: [PATCH] modpost: check strdup() return value

2018-08-14 Thread Masahiro Yamada
2018-08-15 5:50 GMT+09:00 Randy Dunlap : > From: Randy Dunlap > > Fix missing error check for function strdup() in scripts/mod/modpost.c. > > Fixes kernel bugzilla #200319: > https://bugzilla.kernel.org/show_bug.cgi?id=200319 > > Signed-off-by: Randy Dunlap > Cc: Yuexing Wang > Cc: Masahiro Yama

[PATCH] modpost: check strdup() return value

2018-08-14 Thread Randy Dunlap
From: Randy Dunlap Fix missing error check for function strdup() in scripts/mod/modpost.c. Fixes kernel bugzilla #200319: https://bugzilla.kernel.org/show_bug.cgi?id=200319 Signed-off-by: Randy Dunlap Cc: Yuexing Wang Cc: Masahiro Yamada --- scripts/mod/modpost.c |2 +- 1 file changed,