[exim-dev] [Bug 1379] Check code

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1379] Check code
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1379

Jeremy Harris <jgh146exb@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jgh146exb@???
             Status|NEW                         |ASSIGNED
           Priority|medium                      |low





--- Comment #1 from Jeremy Harris <jgh146exb@???> 2013-08-12 15:39:08 ---
acl.c 2166 is correct by construction of the previous code.
xtextencode.c 41 is correct by construction ( || guarantees order of
evaluation).
buildconfig.c 711 - this is a short-lived auxiliary program; we don't care.
sieve.c 255 - notabug; initialized at 213.

autireply.c 865 - FILE & fd leak - poor style, if not strictly a problem
given that we're in a transport process here. Note that the fclose should
be done on both sides of the fork (a few lines down).


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email