Re: [PATCH bpf-next 4/4] selftests/bpf: Add a null pointer check for the serial_test_tp_attach_query

From: Markus Elfring
Date: Wed Apr 24 2024 - 06:49:36 EST



> Add the malloc failure checking to avoid possible null
> dereference.


How do you think about to use the following wording variant?

Add a return value check so that a null pointer dereference will be avoided
after a memory allocation failure.


Would you like to add the tag “Fixes” accordingly?

Regards,
Markus