#4549 - Greater tolerance for corrupt PHP serialized data

Identifier #4549
Issue type Minor issue (breaks specific functionality)
Title Greater tolerance for corrupt PHP serialized data
Status Completed
Handling member Chris Graham
Version 10.0.34
Addon core
Description PHP serialized data is fragile, as it encodes offsets for specifying how to parse the data but this may be character-set dependent, and also single-character loss will throw it off.

Anything stored in caches (high read/write throughput) or may contain localised data (requires correct Unicode character length handling) should be decoded with error tolerance.
Steps to reproduce

Funded? No
Commits

Fixed MANTIS-4549 (Greater tolerance for corrupt PHP serialized data) (0fd34352) · Commits · Composr ecosystem / Composr · GitLab

The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated