This website requires JavaScript.
Explore
Help
Sign In
alois31
/
lix
Watch
0
Star
0
Fork
You've already forked lix
0
forked from
lix-project/lix
Code
Pull requests
Activity
ca5c3e86ab
lix
/
tests
/
lang
/
eval-okay-replacestrings.exp
2 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
libexpr: Fix prim_replaceStrings() to work on an empty source string Otherwise, running e.g. nix-instantiate --eval -E --strict 'builtins.replaceStrings [""] ["X"] "abc"' would just hang in an infinite loop. Found by afl-fuzz. First attempt of this was reverted in e2d71bd1862cdda because it caused another infinite loop, which is fixed now and a test added.
2018-02-19 15:52:33 +00:00
[ "faabar" "fbar" "fubar" "faboor" "fubar" "XaXbXcX" "X" "a_b" ]
Copy permalink