Skip to content

Commit

Permalink
Fix Intuos 3/Cintiq preference pane crash when editing screen mapping…
Browse files Browse the repository at this point in the history
… using keyboard
  • Loading branch information
thenickdude committed Nov 12, 2020
1 parent 0bc58e0 commit b7d6cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ and that function is a `void` function (with no well-defined return value)!

So `action:()` ends up calling `retain()` and `release()` on a garbage pointer, which causes a segfault.

The patch here is easy - that useless pair of `retain()` and `release()` calls is deleted.
The patch here is easy - that useless pair of `retain()` and `release()` calls is deleted. The same bug exists in
`ONumberTextField::textDidChange:`, with the same fix.

There's another problem with this driver. If, while trying to get your tablet to work, you accidentally install the
latest Wacom driver (that doesn't support Intuos 3), it writes a newer-format preference file that the old Intuos 3
Expand Down
Binary file modified src/6.3.15-3/WacomTablet.patch
Binary file not shown.

0 comments on commit b7d6cb9

Please sign in to comment.