Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
static-analysis: make BUG an infinite-loop
Static code analysis tools likely do not understand that the ud2 inline assembly instruction means that the control flow is terminated. Consequently, we need to add an artificial infinite loop to make sure we cannot continue when hitting a bug. Signed-off-by: Norbert Manthey <[email protected]>
- Loading branch information