Oisin Canty
60cf139961
Router: fixed crash when matching an empty address pattern array.
...
A crash would occur when the router tried to match an
against an empty address pattern array.
The following configuration was used to reproduce the
issue:
{
"listeners": {
"127.0.0.1:8082": {
"pass": "routes"
}
},
"routes": [
{
"match": {
"source": []
},
"action": {
"return": 200
}
}
]
}
2021-08-05 16:00:01 +00:00
..
2020-11-16 17:22:10 +00:00
2020-11-05 00:06:13 +03:00
2021-05-24 09:01:42 +00:00
2020-11-05 16:11:01 +03:00
2021-05-07 16:55:42 +01:00
2021-07-29 19:50:39 +03:00
2021-07-21 14:53:33 +00:00
2021-07-29 19:50:39 +03:00
2021-07-06 12:22:10 +01:00
2020-12-12 20:08:03 +00:00
2021-04-08 19:11:11 +03:00
2021-04-08 19:11:11 +03:00
2021-05-20 13:03:12 +00:00
2021-05-20 13:03:12 +00:00
2021-04-05 14:03:05 +01:00
2021-07-03 19:15:04 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-05-24 09:01:42 +00:00
2021-06-28 22:05:40 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-05-07 16:55:42 +01:00
2021-01-14 03:04:20 +00:00
2021-04-05 14:03:05 +01:00
2020-12-06 16:01:59 +00:00
2020-12-08 14:37:25 +00:00
2021-04-05 14:03:05 +01:00
2021-04-08 19:11:11 +03:00
2021-01-14 03:04:20 +00:00
2020-09-16 21:31:15 +01:00
2021-04-05 14:03:05 +01:00
2021-04-05 14:03:05 +01:00
2021-07-29 19:50:39 +03:00
2021-05-20 13:03:12 +00:00
2021-07-01 16:22:08 +03:00
2020-10-19 22:25:29 +01:00
2020-09-16 21:31:15 +01:00
2021-08-05 16:00:01 +00:00
2021-04-05 14:03:05 +01:00
2021-07-02 13:00:57 +00:00
2021-07-02 13:00:04 +00:00
2021-05-24 22:28:23 +01:00
2021-06-28 22:05:40 +01:00
2021-06-28 22:05:40 +01:00
2021-06-28 22:05:40 +01:00
2021-06-28 22:05:40 +01:00
2021-06-28 22:05:40 +01:00
2021-05-05 12:36:57 +01:00
2021-05-27 13:30:51 +01:00
2021-07-23 15:37:03 +01:00
2021-07-01 13:56:40 +03:00
2020-12-06 16:01:59 +00:00
2021-04-08 19:11:11 +03:00
2021-08-02 12:30:38 +08:00