[Webkit-unassigned] [Bug 29100] svn-apply can't handle single-line binary file additions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 21 15:24:19 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29100


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|svn-create-patch creates    |svn-apply can't handle
                   |patches svn-apply can't     |single-line binary file
                   |understand for tiny binary  |additions
                   |files                       |
                 CC|                            |aroben at apple.com,
                   |                            |darin at apple.com




--- Comment #8 from Eric Seidel <eric at webkit.org>  2009-09-21 15:24:18 PDT ---
Yeah, the regexp simply fails for something as short as:

"Q1dTBx0AAAB42itg4GlgYJjGwMDDyODMxMDw34GBgQEAJPQDJA=="

if ($contents =~ m#((\n[A-Za-z0-9+/]{76})+\n[A-Za-z0-9+/=]{4,76}\n)#) {

Clearly expects multiple lines.  I'm not quite sure what the regexp should be
changed to yet.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list