Mailing List Archive

[Bug 2521] Maybe insufficient buffer in host_name_lookup()
https://bugs.exim.org/show_bug.cgi?id=2521

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Assignee|unallocated@exim.org |jgh146exb@wizmail.org
Hardware|x86-64 |All
OS|Linux |All
Target Milestone|Exim 4.95+ |Exim 4.94
Status|NEW |ASSIGNED

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 2521] Maybe insufficient buffer in host_name_lookup() [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2521

Jeremy Harris <jgh146exb@wizmail.org> changed:

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

--- Comment #1 from Jeremy Harris <jgh146exb@wizmail.org> ---
No, because of the lines 1739, 1740: aptr is only incremented after the first
time round the loop. So we need exactly the number counted, to store all but
the
first plus the endmarker.

--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##