Files
lix/src/libexpr
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
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
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
2019-12-10 22:06:05 +01:00
2019-11-28 13:52:42 +01:00