[PATCH] session.c - get_proxy:port_str not initialized
From: Miklós Fazekas <boga_at_mac.com>
Date: 2002-06-14 09:10:04 CEST
In /subversion/libsvn_ra_dav/session.c port_str is not initialized to
The following crashed me because port_str was not NULL, but
if (port_str)
Initializing port_str to NULL solved the problem.
Regards,
Index: subversion/libsvn_ra_dav/session.c
+ port_str = NULL;
/* If there are defaults, use them, but only if the requested host
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.