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

Potential bugs: NULL strings from svn_tristate_to_word()

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Thu, 04 Nov 2010 11:39:45 +0000

In svn/log-cmd.c:log_entry_receiver_xml(), svn_xml_make_open_tag() is
called with attribute values from tristate_to_word that may be NULL, and
this is not documented as acceptable.

In mod_dav_svn/reports/log.c:log_receiver(), dav_svn__brigade_printf()
is called with "%s" arguments from tristate_to_word that may be NULL,
and this is not documented as acceptable.

What is the intended behaviour?

In the first case, it looks like the implementation will omit any XML
attribute whose value is given as NULL, and it looks to me like that's
the intended behaviour, so I suggest we document it.

In the second case, I'm not sure what's intended or what happens.

- Julian
Received on 2010-11-04 12:40:28 CET

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.