Re: [PATCH v2] scripts: modpost: check memory allocation results

2018-08-15 Thread Masahiro Yamada
2018-08-16 4:30 GMT+09:00 Randy Dunlap : > From: Randy Dunlap > > 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 > Cc: Yuexing Wang > Cc: M

[PATCH v2] scripts: modpost: check memory allocation results

2018-08-15 Thread Randy Dunlap
From: Randy Dunlap 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 Cc: Yuexing Wang Cc: Masahiro Yamada --- v2: add checks in more places scripts/