https://bugs.exim.org/show_bug.cgi?id=1761
Jeremy Harris <jgh146exb@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #4 from Jeremy Harris <jgh146exb@???> ---
OK, I'm going to ignore that 1151 complaint, because the buffer is not static.
It was allocated on the previous line, with space to grow into. Your compiler
is whining about the normal practice of a 1-sized array at the tail of a
structure being used as the anchor for a dynamically-sized array.
--
You are receiving this mail because:
You are on the CC list for the bug.