[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/
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/01
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/01
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc,
Arun Giridhar <=
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/01
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, Arun Giridhar, 2022/12/01
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/02
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/04
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, Markus Mützel, 2022/12/05
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, Markus Mützel, 2022/12/05
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/05
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, Markus Mützel, 2022/12/05
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, Torsten Lilge, 2022/12/05
- [Octave-bug-tracker] [bug #63437] Null pointer dereference in file-editor-tab.cc, John W. Eaton, 2022/12/05