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
The test harnesses all have a maximum length of the filename hardcoded in (512) but don't protect against overrunning this.
e.g. in ut_arista7150_ts.c :
The test harnesses all have a maximum length of the filename hardcoded in (512) but don't protect against overrunning this.
e.g. in ut_arista7150_ts.c :
We ought to check the output code from snprintf. It's almost certainly not a problem in practice, but we ought to do the right thing.
The text was updated successfully, but these errors were encountered: