1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 16:13:32 +02:00
Files
archived-php-src/ext
Tim Starling ee68c22128 Don't add 1 when calling xmlNodeSetContent()
The length is passed to xmlStrndup(), which also adds 1, and adds a null
terminator past the end. It worked because the length is not actually
stored. Strings in libxml2 are null terminated. Passing the length just
avoids a call to strlen().
2023-06-05 20:04:40 +02:00
..
2022-10-27 14:42:17 +01:00
2023-04-19 16:24:23 +02:00
2023-05-23 18:57:09 +02:00
2023-04-08 17:03:28 +01:00
2023-04-03 08:02:19 +02:00
2023-05-12 23:42:54 +02:00
2022-10-27 14:42:40 +01:00
2023-03-20 23:31:04 +01:00
2023-04-03 08:02:19 +02:00
2023-05-30 14:02:16 -07:00
2023-04-20 08:46:01 +02:00
2023-04-20 18:04:46 +10:00
2023-05-30 17:41:54 +02:00
2023-05-06 21:00:30 +02:00
2023-05-24 13:42:44 +02:00
2023-03-28 00:12:28 +02:00
2023-03-25 17:41:56 +00:00
2023-04-03 08:02:19 +02:00
2023-03-15 21:47:34 +01:00
2023-01-16 12:27:33 +01:00
2023-05-20 13:46:18 +02:00
2023-04-03 08:02:19 +02:00
2023-04-03 08:02:19 +02:00
2023-04-04 22:48:26 +03:00
2023-05-26 11:39:56 +02:00
2023-01-16 12:27:33 +01:00
2023-05-09 19:57:02 +02:00
2023-06-04 13:52:55 +01:00
2023-03-01 23:05:24 +01:00
2023-03-27 16:34:11 +02:00
2023-05-06 23:15:57 +02:00
2023-05-01 15:29:51 +02:00