This is an automated email from the ASF dual-hosted git repository.
leginee pushed a change to branch fix-letent-use-after-free-bug
in repository https://gitbox.apache.org/repos/asf/openoffice.git
omit e6374a31c1 This fixes a latent UAF, found in a debug-CRT-deterministic
session, but present in all builds. ScViewData::ReadUserDataSequence
(viewdata.cxx:2821) does delete pTabData[nTab]; pTabData[nTab] = new
ScViewDataTable; per sheet but never refreshes pThisTab (which pointed at
pTabData[nTabNo]). Back in ScTabView::SetTabNo, line 1660 reads aViewData.
GetActivePart() → pThisTab->eWhichActive before line 1663 fixes pThisTab →
use-after-free → AV sc!ScTabView::SetTabNo mov ecx, [...]
add 32e61489b2 fix AOO-trunk cosmetic table definition (#489)
add 9dfdb739bd This fixes a latent UAF, found in a debug-CRT-deterministic
session, but present in all builds. ScViewData::ReadUserDataSequence
(viewdata.cxx:2821) does delete pTabData[nTab]; pTabData[nTab] = new
ScViewDataTable; per sheet but never refreshes pThisTab (which pointed at
pTabData[nTabNo]). Back in ScTabView::SetTabNo, line 1660 reads aViewData.
GetActivePart() → pThisTab->eWhichActive before line 1663 fixes pThisTab →
use-after-free → AV sc!ScTabView::SetTabNo mov ecx, [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e6374a31c1)
\
N -- N -- N refs/heads/fix-letent-use-after-free-bug (9dfdb739bd)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/linters/codespell.txt | 1 +
AOO-trunk.md | 29 ++++++++++++++++++++++++-----
2 files changed, 25 insertions(+), 5 deletions(-)