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

Re: Limitation in reading registry entries - CBugTraqAssociations

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 23 Sep 2008 19:26:13 +0200

Jan Linnenkohl wrote:
> Hi,
>
> I am developing a BugTraq-Provider for Trac
> (http://tracexplorer.devjavu.com) and some users are stumbled upon an
> limitation of reading the "Parameters"-key back from registry. The size
> is limited to MAX_PATH (256 bytes?).
>
> I use this field "Parameters" to save a small XML-snippet for the
> configuration:
>
> <TSVNTrac server="https://mytracsite" ticketquery="All Tickets">
> <Selection Format="{0} #{1}: {2\n">
> <Item>closed</Item>
> <Item>closes</Item>
> <Item>fix</Item>
> <Item>fixed</Item>
> <Item>fixes</Item>
> <Item>addresses</Item>
> <Item>re</Item>
> <Item>references</Item>
> <Item>refs</Item>
> <Item>see</Item>
> </Selection>
> </TSVNTrac>
>
> I saw in the source that there is a CRegString class, which is not size
> limited. Could you change this in the 1.5.x branch?

Fixed in r14073, backported to 1.5.x in r14704.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net

Received on 2008-09-23 19:26:40 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.