Dima
d89d9958a7
bugfix: Adding depth limit to resolveExprPath
...
There is no termination condition for evaluation of cyclical
expression paths which can lead to infinite loops. This addresses
one spot in the parser in a similar fashion as utils.cc/canonPath
does.
This issue can be reproduced by something like:
```
ln -s a b
ln -s b a
nix-instantiate -E 'import ./a'
```
2019-12-13 14:51:30 +01:00
..
2019-12-10 22:06:05 +01:00
2019-10-28 21:40:02 +01:00
2019-10-28 21:29:54 +01:00
2018-06-12 17:49:51 +02:00
2019-12-05 20:29:15 +01:00
2019-06-24 22:12:26 +02:00
2017-11-01 21:32:30 +01:00
2018-06-12 17:49:55 +02:00
2019-12-10 22:06:05 +01:00
2019-12-10 22:06:05 +01:00
2019-12-05 20:30:29 +01:00
2019-12-10 22:06:05 +01:00
2019-03-14 14:10:52 +01:00
2019-09-22 21:56:56 +02:00
2019-11-10 11:24:47 -05:00
2018-10-27 00:14:51 +02:00
2019-12-10 22:06:05 +01:00
2019-12-10 22:06:05 +01:00
2019-12-10 22:06:05 +01:00
2019-03-14 14:11:12 +01:00
2018-03-14 19:25:09 +01:00
2019-11-10 11:24:47 -05:00
2019-12-13 14:51:30 +01:00
2019-12-10 22:06:05 +01:00
2018-04-09 10:26:50 -04:00
2019-12-10 22:06:05 +01:00
2019-10-27 10:15:51 +01:00
2016-08-29 17:29:24 +02:00
2019-10-09 16:06:29 +02:00
2012-07-18 14:59:03 -04:00
2019-11-28 13:52:42 +01:00