forked from lix-project/lix
eldritch horrors
cd326a2aa4
optimize derivation parsing (cherry picked from commit3511430902
) Change-Id:I00f76dcd464a5811944613731501af504b6e8c29
7 lines
223 B
Markdown
7 lines
223 B
Markdown
---
|
|
synopsis: Fix handling of truncated `.drv` files.
|
|
prs: 9673
|
|
---
|
|
|
|
Previously a `.drv` that was truncated in the middle of a string would case nix to enter an infinite loop, eventually exhausting all memory and crashing.
|