Careful with dem hashes...
From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2000-10-20 23:51:50 CEST
Karl and I had a realization this morning that when you do
apr_hash_set (hash, key, keylen, val);
The keys are *not* copied into the hash's internal pool.
Now, we've all been paranoid about duplicating value-objects before
We need to be careful that the stored key isn't ever allocated in a
I've already searched through most of our codebase, but I don't know
(grepping for `apr_hash_set':)
In ./libsvn_delta/xml_output.c, line 281:
|
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.