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
A buffer overflow occurs in cdfs_open_cue_track due to memcpy(current_track_path, file, file_end - file);
using the source size, which may exceed the destination buffer (PATH_MAX_LENGTH).