https://bugs.exim.org/show_bug.cgi?id=1761
Jeremy Harris <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #4 from Jeremy Harris <[email protected]> --- 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. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
