9fans / plan9port

Plan 9 from User Space
https://9fans.github.io/plan9port/
Other
1.61k stars 319 forks source link

plumber: fail on buffer exhaustion or runaway quotes in string expansion #570

Closed igorburago closed 1 year ago

igorburago commented 2 years ago

When processing plumber rule definitions, each time a string expansion is performed in expand(), throw one of the following two errors before returning in case:

Fixes #568, fixes #569.