| Summary: | Tellico crashes for truncated (< 5 bytes) input file | ||
|---|---|---|---|
| Product: | [Applications] tellico | Reporter: | Robby Stephenson <robby> |
| Component: | general | Assignee: | Robby Stephenson <robby> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 4.1.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/office/tellico/-/commit/8c18837abd273f8fdeb0ca87b43b790d04f9a33c | Version Fixed/Implemented In: | 4.1.4 |
| Sentry Crash Report: | |||
|
Description
Robby Stephenson
2025-09-11 02:05:39 UTC
Git commit 8c18837abd273f8fdeb0ca87b43b790d04f9a33c by Robby Stephenson. Committed on 11/09/2025 at 02:07. Pushed by rstephenson into branch '4.1'. Fix crashing bug for truncated input file Check buffer length before reading FIXED-IN: 4.1.4 M +4 -0 ChangeLog A +1 -0 src/tests/data/truncated.xml M +7 -0 src/tests/tellicoreadtest.cpp M +1 -0 src/tests/tellicoreadtest.h M +1 -1 src/translators/tellicoimporter.cpp https://invent.kde.org/office/tellico/-/commit/8c18837abd273f8fdeb0ca87b43b790d04f9a33c Git commit d766cc7a5c9f400a8fe321bf2710e37094b0cabf by Robby Stephenson. Committed on 11/09/2025 at 02:12. Pushed by rstephenson into branch 'master'. Fix crashing bug for truncated input file Check buffer length before reading M +4 -0 ChangeLog A +1 -0 src/tests/data/truncated.xml M +7 -0 src/tests/tellicoreadtest.cpp M +1 -0 src/tests/tellicoreadtest.h M +10 -12 src/translators/tellicoimporter.cpp https://invent.kde.org/office/tellico/-/commit/d766cc7a5c9f400a8fe321bf2710e37094b0cabf |