[exim-dev] [Bug 2251] Segfault when LDAP lookup does not ret…

Góra strony
Delete this message
Reply to this message
Autor: admin
Data:  
Dla: exim-dev
Temat: [exim-dev] [Bug 2251] Segfault when LDAP lookup does not return a result
https://bugs.exim.org/show_bug.cgi?id=2251

--- Comment #9 from Matthew Slowe <M.Slowe@???> ---
Hi Jeremy,

Struggling a bit to test this as the EPEL SRPM appears to be significantly
different. The block you've updated is at line 887 and looks a bit different:

/* Terminate the dynamic string that we have built and reclaim unused store */

if (data)
{
(void) string_from_gstring(data);
store_reset(data->s + data->ptr + 1);
}

Also the gstring_reset_unused() function doesn't appear to exist.

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