blob: 1e041d3e9ca16032ce7bc7c8b057b233ee0b29e1 (
plain)
1
2
3
4
5
6
|
---
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.
|