Bernhard Merkle wrote:
> On Mon, Jul 28, 2008 at 4:33 PM, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
>
>> Hi,
>>
>> The following conditions will trigger a NULL-pointer access:
>> * svn library 1.5.1 (I guess 1.5.0 too)
>> * merge results in a conflict
>> * user provides his own 'resolved' file in the conflict resolver callback
>> * the users own 'resolved' file has a path *not* in the same folder than
>> the conflicted file is located (best use a completely different path)
>>
>
> I thought SVN is also checked with Coverity (http://scan.coverity.com) ?
>
> Coverity should find NULL pointers so I wonder if the current svn codebase
> is not checked
> or if Coverity does not find that specific case of NULL pointer.
Heh. I've been trying for *months* to get access to those results, but to no
avail. If Coverity is scanning our source code, it sure doesn't do us much good
to not have the results of the scan.
-Hyrum
Received on 2008-07-29 07:38:20 CEST