freebsd-ports/mail/libspf2/files/patch-src_libspf2_spf__compile.c
Marcus Alves Grando d3790a5ced - Fix a bug which cause signal 6 in milter-greylist.
- Fix other bug on IP6.
- Bump PORTREVISION.

Submitted by:	ume
2009-12-04 14:00:51 +00:00

11 lines
301 B
C

--- src/libspf2/spf_compile.c 2008-11-03 15:37:33.000000000 -0500
+++ src/libspf2/spf_compile.c 2009-09-07 23:46:02.000000000 -0400
@@ -778,7 +778,7 @@
const char *end;
const char *p;
- char buf[ INET_ADDRSTRLEN ];
+ char buf[ INET6_ADDRSTRLEN ];
size_t len;
int err;