blob: ab1f17306922d1b22bcff53caf2d3c1c03f7b3b4 (
plain)
1
2
3
4
5
6
7
8
|
---
synopsis: Fix handling of truncated `.drv` files.
prs: 9673
category: Fixes
credits: horrors
---
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.
|