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

Limitation in reading registry entries - CBugTraqAssociations

From: Jan Linnenkohl <jan_at_linnenkohl.net>
Date: Tue, 23 Sep 2008 07:52:47 +0200

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?
 
Thanks a lot!
 
Jan
Received on 2008-09-23 07:53:46 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.