1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/ext
Niels Dossche cf3b70d23c pgsql: Fix memory leak when first string conversion fails
If the first string conversion fails, then i==0, but memory was still
allocated for `params`. However, we skip freeing `params` when i==0.

Closes GH-20213.
2025-10-18 23:59:15 +02:00
..
2025-10-15 19:38:51 +02:00
2025-10-07 18:33:17 +02:00
2025-09-15 14:17:32 +01:00
2025-06-01 18:21:23 +02:00
2025-05-27 20:40:35 +02:00
2025-07-25 11:56:30 +02:00
2024-11-27 19:54:06 +00:00
2025-07-22 15:52:29 +02:00
2025-06-18 20:47:18 +02:00
2025-03-06 15:24:35 +01:00
2025-10-13 16:16:39 +02:00
2025-05-27 20:40:35 +02:00
2025-07-16 18:26:54 +02:00
2025-09-29 22:47:29 +01:00