… > 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