On Mon, Jan 27, 2014 at 12:48 AM, Bert Huijben <b...@qqmail.nl> wrote:
> > > > -----Original Message----- > > From: stef...@apache.org [mailto:stef...@apache.org] > > Sent: maandag 27 januari 2014 00:00 > > To: comm...@subversion.apache.org > > Subject: svn commit: r1561570 - > > /subversion/trunk/subversion/libsvn_ra_svn/marshal.c > > > > Author: stefan2 > > Date: Sun Jan 26 22:59:29 2014 > > New Revision: 1561570 > > > > URL: http://svn.apache.org/r1561570 > > Log: > > Remove false protocol limit checks from the ra_svn marshaller. > > > > * subversion/libsvn_ra_svn/marshal.c > > (svn_ra_svn__read_data_log_changed_entry): Remove upper limit > > check for variable length elements as they may be extended by > > later releases. > > I don't think we can change these entries without a time machine if these > limits were coded in previously released versions? > > Were these checks added for 1.9? > Yes, they had and those checks were too strict. The protocol allows for adding an unlimited number of optional elements. -- Stefan^2.