| Summary: | False positive on EVIOCGRAB ioctl. | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Tali Auster <me> |
| Component: | general | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | mark |
| Priority: | NOR | ||
| Version First Reported In: | 3.23.0 | ||
| Target Milestone: | --- | ||
| Platform: | Debian unstable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tali Auster
2025-01-02 07:05:13 UTC
This was an easy fix: commit 59eb5a4af60d4beb2c6910a1fa6cdf8d1f3a56f2 (HEAD -> master) Author: Mark Wielaard <mark@klomp.org> Date: Wed Jan 8 16:52:03 2025 +0100 linux: support EVIOCGRAB ioctl EVIOCGRAB just takes an int argument. https://bugs.kde.org/show_bug.cgi?id=498143 We do support some, but not all, input device ioctls. Please file another report if others are missing. Also pushed to VALGRIND_3_24_BRANCH commit b732f86998e39ca8714330f487804428b54c481c Author: Mark Wielaard <mark@klomp.org> Date: Wed Jan 8 16:52:03 2025 +0100 linux: support EVIOCGRAB ioctl EVIOCGRAB just takes an int argument. https://bugs.kde.org/show_bug.cgi?id=498143 (cherry picked from commit 59eb5a4af60d4beb2c6910a1fa6cdf8d1f3a56f2) Thanks! Glad the fix was simple :) |