Project

General

Profile

Actions

Bug #103777

closed

\TYPO3\CMS\Core\Resource\AbstractFile::getSize returns null for files with a size of 0 byte

Added by Wolfgang Klinger 4 months ago. Updated 23 days ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2024-05-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

\TYPO3\CMS\Core\Resource\AbstractFile::getSize
returns `null` (which leads to problems up in the chain of callers) even though the file is valid, and the file size is there, it's just coincidentally 0 bytes (happens).
I see this as a bug.

        return $size ? (int)$size : null;

(check with `isset` should be a simple solution here)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #101327: Harden FileInterface::getSize()ClosedAlexander Schnitzler2023-07-11

Actions
Has duplicate TYPO3 Core - Bug #103949: ProcessedFile::getSize returns 0ClosedGeorg Ringer2024-05-29

Actions
Actions

Also available in: Atom PDF