[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

r27729 breaks API of svn_ra_get_log2

From: Martin von Gagern <Martin.vGagern_at_gmx.net>
Date: Tue, 27 May 2008 16:24:57 +0200

Hi!

I haven't seen this in real life yet, but I believe r27737 introduced an
inconsistency with the API spec. Accoding to svn_ra.h, the paths
parameter of svn_ra_get_log2 may be NULL, but as of that patch, the
implementation in ra_loader.c dereferences paths in paths->nelts without
checking for NULL first.

Do you agree this is a bug?
Would you like to see this in the issue tracker?

For those particularly interested: I found this while toying around with
bzr-svn, which suffers quite a bit from the checks in r27737.

Greetings,
  Martin von Gagern

Received on 2008-05-27 16:25:34 CEST

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.