[Bug 152349] "Select font" dialog window wrong max size value

David Faure faure at kde.org
Thu Nov 15 14:42:50 CET 2007


------- 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=152349         




------- Additional Comments From faure kde org  2007-11-15 14:42 -------
>      for(int i = 0; c[i]; ++i)

The end condition c[i] indicates that the array should end with a zero, otherwise
the loop will go into unknown territories (out of the array)...


More information about the Kdelibs-bugs mailing list