Patch fixing some compile issues in specific situations in the recent release,
and a potential segmentation fault from specially crafted config files
Added
- Added CI tests for install and package management on macos-arm64 #1238
Fixed
- Fixed incorrect links to validator examples. #1239
- Fixed incorrect inclusion of definition for extra validators #1238
- Fixed fuzz generated failure from crafted files introduced in recent release
#1238 - Removed some usage of static const std::string in inline function that had
potential memory issues when CLI11 is used with shared libraries, this likely
isn't a bug but the fix did result in smaller code size so was kept. #1244