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

List:       kwrite-devel
Subject:    [Bug 135045] Crash on various occasions
From:       Dominik Haumann <dhdev () gmx ! de>
Date:       2006-10-07 12:29:45
Message-ID: 20061007122945.17546.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=135045         
dhdev gmx de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From dhdev gmx de  2006-10-07 14:29 -------
SVN commit 593300 by dhaumann:

fix crash that makes katepart pretty unusable.
Please retag for KDE 3.5.5 - thanks & sorry for the hassle.

BUG: 135045


 M  +1 -1      katerenderer.cpp  


--- branches/KDE/3.5/kdelibs/kate/part/katerenderer.cpp #593299:593300
 @ -763,7 +763,7  @
 
     x += width;
 
-    if (unicode[z] == QChar('\t'))
+    if (z < len && unicode[z] == QChar('\t'))
       x -= x % width;
   }
_______________________________________________
KWrite-Devel mailing list
KWrite-Devel@kde.org
https://mail.kde.org/mailman/listinfo/kwrite-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

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