[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kfm-devel
Subject:    [PATCH] does this fix #21{086,809}?
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2001-03-09 22:09:34
[Download RAW message or body]

Hi!

Can someone please check if the attached patch fixes the above bugs? I
have RPMs installed and this is just a guess from looking at the
sources...

Marc

-- 
Marc Mutz <Marc@Mutz.com>     http://EncryptionHOWTO.sourceforge.net/
University of Bielefeld, Dep. of Mathematics / Dep. of Physics

PGP-keyID's:   0xd46ce9ab (RSA), 0x7ae55b9e (DSS/DH)

["fix-21086.diff;" (text/plain)]

--- kdelibs/khtml/html/htmltokenizer.cpp~	Mon Feb  5 01:01:00 2001
+++ kdelibs/khtml/html/htmltokenizer.cpp	Sat Mar 10 03:03:14 2001
@@ -596,7 +596,7 @@
             return;
         }
         if( (entityPos && *entityBuffer == '#' && (cc >= '0' && cc <= '9')) || // \
                numeric entity
-            (entityPos && *entityBuffer != '#' && (cc >= 'a' && cc <= 'z')) || // \
alpha entity +            (entityPos && *entityBuffer != '#' && (cc >= 'a' && cc <= \
                'z' || cc >= '0' && cc <= '9' )) || // alpha entity
             (!entityPos && ((cc >= 'a' && cc <= 'z') || (cc >= '0' && '9') || cc == \
'#')))  // first character  {
             entityBuffer[entityPos] = src[0];



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic