office-gobmx/starmath
Caolán McNamara 382b82541a cid#1500440 Use after free
this is the inline starmath editing where you can edit the formula
directly in the view window instead of the command window. Currently
requires experimental to be enabled.

reproduce by clicking in initially empty formula and enter a character.
In practice the deleted pos.pSelectedNode is not actually used-after-free
in SmCursor::FindPositionInLineList because it is not found by the
std::find of pLineList.

Change-Id: I57476a8eb073914099c5026dd33dc75b20288d52
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140003
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2022-09-15 15:31:02 +02:00
..
inc move ErrCode to comphelper and improve debug output string 2022-09-14 08:34:38 +02:00
qa
sdi
source cid#1500440 Use after free 2022-09-15 15:31:02 +02:00
uiconfig/smath
util Connect new import / export to starmath 2022-09-05 18:22:01 +02:00
AllLangMoTarget_sm.mk
CppunitTest_starmath_dialogs_test.mk
CppunitTest_starmath_export.mk
CppunitTest_starmath_import.mk
CppunitTest_starmath_qa_cppunit.mk
IwyuFilter_starmath.yaml
JunitTest_starmath_unoapi.mk
Library_sm.mk
Library_smd.mk
Makefile
Module_starmath.mk
README.md
UIConfig_smath.mk
visual-editor-todo

Formula Editor Code for LibreOffice Writer

Good overview from the original developer:

http://www.mail-archive.com/dev@sw.openoffice.org/msg00200.html