Skip to content

Update#1

Draft
alyral wants to merge 5526 commits into
alyral:tdxfrom
telegramdesktop:dev
Draft

Update#1
alyral wants to merge 5526 commits into
alyral:tdxfrom
telegramdesktop:dev

Conversation

@alyral

@alyral alyral commented Feb 16, 2025

Copy link
Copy Markdown
Owner

No description provided.

23rd and others added 30 commits June 26, 2026 15:22
textAppearCheckLine() runs synchronously from inside the width and
height animation tick callbacks (textAppearWidthCallback /
textAppearHeightCallback). Calling RemoveComponents(TextAppearing::Bit())
there destroys those very animations (and their Ui::Animations::Simple
data) while the animations manager is still iterating them, leading to a
use-after-free / null _data dereference in Simple::value().

Defer the component removal to the next main loop iteration so the
running tick can unwind first.
It now lives in cmake/external/qt/package.cmake
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.