You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes the command_line_t flag_value type-bound
procedure to allocate and return a string of zero length when a
flag is not found. Previously, the procdure would return an
unallocated string, which caused test crashes.
0 commit comments