https://bugs.kde.org/show_bug.cgi?id=452972

Nicolas Fella <nicolas.fe...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/kio/commit/75715a521
                   |                            |35eb0f252e233addf38e02cfd81
                   |                            |7be7

--- Comment #4 from Nicolas Fella <nicolas.fe...@gmx.de> ---
Git commit 75715a52135eb0f252e233addf38e02cfd817be7 by Nicolas Fella, on behalf
of Adrian Thiele.
Committed on 30/12/2022 at 12:23.
Pushed by albertvaka into branch 'master'.

Fix integer overflow for large files in AccessManager

When receiving a file that is 2147483648 bytes (2 GiB) or larger via
KDE Connect handling the "Content-Length" header as a signed integer
would cause an integer overflow which in return causes the file transfer
to fail later on. So handle it as an unsigned long long instead.

M  +1    -1    src/widgets/accessmanager.cpp

https://invent.kde.org/frameworks/kio/commit/75715a52135eb0f252e233addf38e02cfd817be7

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to