
dwmw2 at infradead
Aug 27, 2009, 4:02 AM
Post #1 of 3
(1030 views)
Permalink
|
|
[Bug 870] Compile warnings for new DKIM code
|
|
------- You are receiving this mail because: ------- You are on the CC list for the bug. http://bugs.exim.org/show_bug.cgi?id=870 David Woodhouse <dwmw2 [at] infradead> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dwmw2 [at] infradead Priority|medium |high --- Comment #1 from David Woodhouse <dwmw2 [at] infradead> 2009-08-27 12:02:09 --- The one in expand.c is fairly harmless, and could be handled by just changing the datatype to a 'long'. The ones in dkim.c are very much _not_ harmless, AFAICT. When you ask it to expand $dkim_algo, $dkim_canon_body or $dkim_canon_headers, it looks like it's going to return the value of an integer field, when it should be returning a string. This isn't an "I think I can store pointers in an int" bug -- it's actually returning _real_ integer values, AFAICT. It looks like it'll crash. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
|