Closed GoogleCodeExporter closed 9 years ago
Fixed in svn:
Index: src/worker_milter.c
===================================================================
--- src/worker_milter.c (revision 391)
+++ src/worker_milter.c (working copy)
@@ -130,7 +130,7 @@
tuple->recipient = strdup(argv[0]);
tuple->client_address = strdup(priv->client_address);
if (priv->helo_name)
- tuple->helo_name = priv->helo_name;
+ tuple->helo_name = strdup(priv->helo_name);
ret = test_tuple(status, tuple, NULL);
request_unlink(tuple);
Original comment by eino.tuominen@gmail.com
on 6 May 2008 at 3:40
Original issue reported on code.google.com by
eino.tuominen@gmail.com
on 6 May 2008 at 3:39