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
Hi,
in linux/spectre.c the strcmp fails when comparing some strings because the whitespace at the beginning of some strings is not stripped.
I checked on Ubuntu 18.04.
Just strip possible whitespaces at the beginning or at the end of iter.key should fix the problem.
The text was updated successfully, but these errors were encountered:
Hi,
in linux/spectre.c the strcmp fails when comparing some strings because the whitespace at the beginning of some strings is not stripped.
I checked on Ubuntu 18.04.
Just strip possible whitespaces at the beginning or at the end of iter.key should fix the problem.
The text was updated successfully, but these errors were encountered: