davispuh added a comment.

  In D19532#424926 <https://phabricator.kde.org/D19532#424926>, @cullmann wrote:
  
  > Hi, first: good thing to get this fixed, yes, it shall not crash.
  >
  > For the fix: Wouldn't it be enough to just change the
  >
  > if (!d->m_definition.isValid()) {
  >
  >   applyFormat(0, text.size(), Format());
  >
  > ​  ...
  >
  > shortcut to check for
  >
  > if (!d->m_definition.isValid() || defData->isLoaded()) {
  
  
  No, because `defData` isn't defined there yet, it's created only later with 
`auto defData = DefinitionData::get(d->m_definition);`

REPOSITORY
  R216 Syntax Highlighting

REVISION DETAIL
  https://phabricator.kde.org/D19532

To: davispuh, cullmann, dhaumann, vandenoever
Cc: kwrite-devel, kde-frameworks-devel, gennad, domson, michaelh, ngraham, 
bruns, demsking, cullmann, sars, dhaumann

Reply via email to