Skip to content

Platform detection: Fix segfault when platform is not found.

Felix Gerking requested to merge fix-segfault-of-platform-is-not-found into dunfell

The search loop didn't had a working break condition, so the programm contined with garbage. Fixed this and added an error message if no matching platform is found.

Merge request reports