commit | cf61393f4aa30f4c2a11cf2437d49ff4de6eb4fb | [log] [tgz] |
---|---|---|
author | Pierre Morel <pmorel@linux.vnet.ibm.com> | Mon Dec 21 15:31:06 2015 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Dec 30 10:34:33 2015 +0100 |
tree | bbb6f174bb1c5db77d8b79cf56eab037851019fa | |
parent | c967e1df169d033b2da74e979e91b6e297e194fa [diff] |
s390/con3270: testing return kzalloc retval Return value from kzalloc is not tested and using a null pointer would lead to crash. Even if this should not happen at this moment, we may let the system decide if there is a better choice. Signed-off-by: Pierre Morel <pmorel@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>