Security patterns and anti-patterns in embedded development
Security patterns and anti-patterns in embedded development
Posted May 3, 2024 1:06 UTC (Fri) by mathstuf (subscriber, #69389)In reply to: Security patterns and anti-patterns in embedded development by smurf
Parent article: Security patterns and anti-patterns in embedded development
Yes, sometimes you want `message(FATAL_ERROR)` to stop ASAP, other times you want to try and get as many questions in the cache at once to reduce reconfigure cycles when satisfying a project's requests. But as with any tool, starting with the *first* reported error is usually a good place to start.