Nikita Popov
54dbd3eccc
Fix binary-safety of parse_url
...
php_parse_url() is intended to support strings that are not zero
terminated. We can't use strcspn in the implementation.
As we have two uses of strcspn, add a helper.
2020-09-02 16:45:25 +02:00
..
2019-12-16 10:32:49 -08:00
2018-10-15 04:32:30 +02:00
2020-08-22 12:30:04 +02:00
2020-08-26 15:39:32 +02:00
2018-10-14 19:45:12 +02:00
2020-06-26 12:28:39 +02:00
2020-08-31 12:31:23 +01:00
2020-01-03 18:49:12 +01:00
2020-04-08 10:35:54 +02:00
2020-02-28 15:43:44 +01:00
2020-08-31 09:28:59 +02:00
2020-06-29 17:45:28 +02:00
2020-06-04 13:37:11 +02:00
2020-06-23 15:57:24 +02:00
2020-08-24 17:35:04 +02:00
2020-08-07 14:37:27 +02:00
2018-10-15 04:32:30 +02:00
2019-04-06 19:06:16 -07:00
2020-03-23 14:12:37 +01:00
2018-12-03 00:42:55 -08:00
2019-03-25 16:43:21 +01:00
2020-02-03 13:03:54 +01:00
2019-04-23 12:43:32 +02:00
2020-07-28 10:23:10 +02:00
2020-02-03 23:31:46 +01:00
2020-07-08 11:20:58 +02:00
2020-08-25 12:35:38 +02:00
2020-05-15 09:09:41 +02:00
2019-02-20 11:11:06 +11:00
2020-05-27 11:25:18 +03:00
2020-08-24 11:03:19 +02:00
2020-06-09 16:45:34 +02:00
2019-12-20 11:02:20 +01:00
2020-04-23 17:35:09 +02:00
2020-08-31 11:03:03 +02:00
2018-10-15 04:32:30 +02:00
2018-10-15 04:32:30 +02:00
2020-08-31 11:03:03 +02:00
2020-08-31 11:03:03 +02:00
2020-02-17 22:53:02 +01:00
2020-08-31 11:03:03 +02:00
2020-08-31 11:03:03 +02:00
2019-04-10 13:06:55 +02:00
2020-08-02 23:56:37 -07:00
2020-06-19 17:31:28 +02:00
2018-10-14 19:45:12 +02:00
2020-03-09 22:49:08 +01:00
2018-10-15 04:32:30 +02:00
2020-02-28 17:06:05 +01:00
2020-07-22 20:45:56 +02:00
2020-05-05 11:38:29 +02:00
2020-05-01 12:37:39 +02:00
2019-01-02 11:21:25 +01:00
2019-10-01 11:15:12 +02:00
2020-08-18 18:10:39 +02:00
2020-08-05 16:41:40 +02:00
2020-08-14 15:51:31 +02:00
2020-06-19 10:46:26 +02:00
2020-03-09 22:49:08 +01:00
2020-09-02 16:45:25 +02:00
2018-10-14 19:45:12 +02:00
2018-10-23 14:57:03 +02:00
2018-10-15 04:32:30 +02:00
2018-12-09 19:15:11 +01:00
2018-10-15 04:32:30 +02:00
2019-01-07 01:04:16 -08:00
2020-08-10 12:23:44 +02:00
2018-10-15 04:32:30 +02:00
2019-06-18 17:08:11 +02:00
2020-02-03 23:31:46 +01:00
2020-01-30 13:04:57 +01:00
2019-10-25 12:50:12 +02:00
2020-03-29 14:22:31 +02:00
2018-11-01 18:35:32 +02:00