Indefero

Indefero Commit Details


Date:2010-09-12 18:18:58 (14 years 3 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:f68bba1292ee6df54d480a320c567db629af2927
Parents: 37d0ccc72827d06f1dc0978d9753df0094e2ae1d
Message:Be more careful when parsing value lists - in case we process the last line of a stanza which does _not_ close with a newline, we're accessing a not existing string index.

Changes:

File differences

src/IDF/Scm/Monotone/BasicIO.php
7575
7676
7777
78
79
80
7881
7982
8083
}
++$pos; // closing quote
if ($pos >= strlen($in))
break;
if ($in[$pos] == ' ') {
++$pos; // space
++$valCount;

Archive Download the corresponding diff file

Page rendered in 0.07263s using 13 queries.