-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
Hello Stefano,
I think that i have found a potential bug:
if the user writes duplicate or wrong switches through the command line it could happen than in line:
FLAP/src/Data_Type_Command_Line_Interface.F90
Line 1198 in b135fb8
if (.not.cli%cla(a)%positional) then |
The index a could be bigger than cli%Na. If it happens we get a segmentation fault.
I thinks that in this point this index a is not related with the cli%cla(a) option
Best regards,
Víctor.
Metadata
Metadata
Assignees
Labels
No labels