Summary: | Crash when entering some non-alphabetical characters in formula | ||
---|---|---|---|
Product: | [Applications] calligrasheets | Reporter: | Luigi Toscano <luigi.toscano> |
Component: | general | Assignee: | Calligra Sheets (KSpread) Bugs <calligra-sheets-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | mkruisselbrink |
Priority: | NOR | ||
Version: | 2.4.1 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Luigi Toscano
2012-08-08 20:52:33 UTC
> Git commit 8d91c11ccbe80367e1960db6309c294d2d92f69b by Marijn Kruisselbrink. > Committed on 13/08/2012 at 03:56. > Pushed by mkruisselbrink into branch 'master'. > > fix tokenizing of invalid formulas. > > Not all states in the parsing loop have a check to make sure we're not at the end of the string yet, so re-introduce this check as part of the main loop condition. Commit 85efba919173bf8badddae4093f16cbe7b704915 incorrectly removed this check. > > M +5 -4 sheets/Formula.cpp > M +5 -1 sheets/tests/TestFormula.cpp > > http://commits.kde.org/calligra/8d91c11ccbe80367e1960db6309c294d2d92f69b |