Skip to content

Map file parameter verification

viharm requested to merge fix_BadMapProtect into dev

Fixed #7 (closed)

If parameters in the map file are bad, then execution stops immediately. This can be dangerous as ownership and permissions are not fully processed.

This merge request merges the branch which fixes the issue

Added additional check in fn_Map to verify each line of the map file before it is processed

Merge request reports