]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/Wrapper_config_with_multiline_regexp.mdwn
massive patchqueue reorg
[ikiwiki.git] / doc / todo / Wrapper_config_with_multiline_regexp.mdwn
similarity index 75%
rename from doc/patchqueue/Wrapper_config_with_multiline_regexp.mdwn
rename to doc/todo/Wrapper_config_with_multiline_regexp.mdwn
index b3c6d8e51ed38a7039f5e736936aa35894e790e2..c0311bc92d9f8a7d3e2643e8fc7352f8a91c7dc3 100644 (file)
@@ -1,7 +1,11 @@
-Turning the wikilink regexp into an extended regexp on the svn trunk seems to have broken the setuid wrapper on my system, because of two reasons: First, the wrapper generator should turn each newline in $configstring into `\n` in the C code rather than `\` followed by a newline in the C code.  Second, the untainting of $configstring should allow newlines.
+Turning the wikilink regexp into an extended regexp on the svn trunk seems
+to have broken the setuid wrapper on my system, because of two reasons:
+First, the wrapper generator should turn each newline in $configstring into
+`\n` in the C code rather than `\` followed by a newline in the C code.
+Second, the untainting of $configstring should allow newlines.
 
 > Both of these problems were already dealt with in commit r3714, on June
-> 3rd. Confused why you're posting patches for them now. --[[Joey]]
+> 3rd. Confused why you're posting patches for them now. [[done]] --[[Joey]]
 
     Modified: wiki-meta/perl/IkiWiki.pm
     ==============================================================================