mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
A misformed string in an override, eg changeme = <0>, "-1,-2"; would stall the parsing as it didn't know how to handle ',' and kept trying to process it over and over. Abort on incorrect syntax.