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
When you assign this->output to argv, and then later on assign a null value to this->output[x], it also updates argv to have a null pointer. This is unexpected and argv shouldn't be modified.
The text was updated successfully, but these errors were encountered:
When you assign
this->output
toargv
, and then later on assign anull
value tothis->output[x]
, it also updatesargv
to have a null pointer. This is unexpected andargv
shouldn't be modified.The text was updated successfully, but these errors were encountered: