php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67617 SOAP leaves incomplete cache file on ENOSPC
Submitted: 2014-07-14 13:46 UTC Modified: -
From: jille at hexon dot cx Assigned:
Status: Open Package: SOAP related
PHP Version: master-Git-2014-07-14 (Git) OS: All
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jille at hexon dot cx
New email:
PHP Version: OS:

 

 [2014-07-14 13:46 UTC] jille at hexon dot cx
Description:
------------
The SOAP-extension leaves an incomplete cache file when the disk is (almost) full. It should remove the cache file if it detects an error while writing it.

The best fix will probably be to write it to a tempfile and rename() it when that succeeded. That would also solve https://bugs.php.net/bug.php?id=66150

Expected result:
----------------
The cache file to be ignored and/or removed and/or rewritten

Actual result:
--------------
Segmentation faults and "Out of memory (allocated 196870144) (tried to allocate 18446744073340452865 bytes)" (±2^64)

Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2023 The PHP Group
All rights reserved.
Last updated: Sun Apr 02 13:03:41 2023 UTC