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
Fix a crash when a project is disabled (or has no frameworks).
opal_argv_split() will return NULL if the input string is an
empty string, which will happen when the project is disabled.
Handle that case explicitly.
Signed-off-by: Brian Barrett <[email protected]>
0 commit comments