[exim-dev] [Bug 1835] Use after free of FILE *smtp_in, *smt…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 1835] New: Use after free of FILE *smtp_in, *smtp_out in server process after failed GnuTLS STARTTLS
Subject: [exim-dev] [Bug 1835] Use after free of FILE *smtp_in, *smtp_out in server process after failed GnuTLS STARTTLS
https://bugs.exim.org/show_bug.cgi?id=1835

--- Comment #4 from Jeremy Harris <jgh146exb@???> ---
That won't do; the comment you deleted says the code was there for good reason.

I'm somewhat surprised that an fflush (in your example) on a closed filehandle
results in a crash. Is this really a Linux system (per the bug "hardware"
field)? My (f24) manpage for fflush explicitly lists an error return of EBADF
for "not an open stream".

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