octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #63437] Null pointer dereference in file-edito


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc
Date: Thu, 1 Dec 2022 15:22:09 -0500 (EST)

Follow-up Comment #24, bug #63437 (project octave):

Re comment #22, yes, agree fully. It's OK to change `settings` to a
`QSettings` object over time, and it's not constrained by the 8.1 release.
Hopefully that change will also reduce the number of race conditions being
reported in a TSAN build.

Are there any upcoming edits to that pattern in file-editor-tab.cc and/or the
other places with that pattern? (Changing `if (settings && settings->foo ())`
to plain `if (settings->foo ())` for example).


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63437>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]