We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are some sanity checks that should be added.
If you try echo "rgb" > /run/g13d/g13-0 or echo "dump" > /run/g13d/g13-0, the program fails with a core dump.
echo "rgb" > /run/g13d/g13-0
echo "dump" > /run/g13d/g13-0
I'm not familiar with C++ and cannot provide a MR to fix that :( but a bad command should return an error, not crashing the program
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are some sanity checks that should be added.
If you try
echo "rgb" > /run/g13d/g13-0
orecho "dump" > /run/g13d/g13-0
, the program fails with a core dump.I'm not familiar with C++ and cannot provide a MR to fix that :( but a bad command should return an error, not crashing the program
The text was updated successfully, but these errors were encountered: