[exim-dev] [Bug 1921] Remove unnecessary null pointer checks

Góra strony
Delete this message
Reply to this message
Autor: admin
Data:  
Dla: exim-dev
Temat: [exim-dev] [Bug 1921] Remove unnecessary null pointer checks
https://bugs.exim.org/show_bug.cgi?id=1921

Markus Elfring <elfring@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |---
             Status|RESOLVED                    |REOPENED


--- Comment #2 from Markus Elfring <elfring@???> ---
(In reply to Jeremy Harris from comment #1)

Would you like to apply a variant for a semantic patch like the following to
find more update candidates?
http://coccinelle.lip6.fr/

@Remove_unnecessary_pointer_checks@
expression x;
@@
-if (x)
    free(x);


--
You are receiving this mail because:
You are on the CC list for the bug.