Package: libcsoap1 Version: 1.1.0-8 Severity: normal The following patch makes it initialise all members of the struct. I'm not sure whether this will impact normal use of the library, but it is getting in the way of my debugging and will probably inconvenience other programmers too.
--- /tmp/soap-ctx.c 2009-04-05 22:40:49.000000000 +1000 +++ libcsoap/soap-ctx.c 2009-04-05 22:41:15.000000000 +1000 @@ -55,6 +55,7 @@ ctx->env = env; ctx->attachments = NULL; ctx->action = NULL; + ctx->http = NULL; return ctx; } -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org