------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1478
Jeremy Harris <jgh146exb@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from Jeremy Harris <jgh146exb@???> 2014-05-12 13:53:37 ---
Thanks for reporting these. The malware.c one is an easy fix.
However I don't find any "devname" in os.c - the line reference in my copy of
4_82 is:
sv.sv_handler = handler;
sv.sv_flags = SV_INTERRUPT;
sv.sv_mask = -1;
sigvec(sig, &sv, NULL); <<<<<<<<<<<<<<< This one
#ifdef STAND_ALONE
printf("Used sigvec() with flags = SV_INTERRUPT\n");
#endif
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email