vdelta demo
From: Malcolm Smith <mjfreelancing_at_optusnet.com.au>
Date: 2002-01-09 10:52:41 CET
Ok, I found the problem.
In the vdelta-test project there are these lines:
apr_initialize();
Why is NULL passed as the paramater for the pool. The call to
There is no check on a valid pool.
so when the line:
baton = apr_palloc (pool, sizeof (*baton));
is called BANG.
svn_stream_t *svn_stream_from_stdio (FILE *fp, apr_pool_t *pool)
if (fp == NULL)
So what's the remedy here.
Thanks
Malcolm
Malcolm Smith
CORintel
|
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.