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
What it does: This lint checks for getting the inner pointer of a temporary CString. Why is this bad? The inner pointer of a CString is only valid as long as the CString is alive.