-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly decode invalid program handles
When an invalid program handle is encoded (e.g., with handle 0xffff), it will overflow the space reserved for program handles in the sorting key. This patch fixes the issue by turning any out-of-range program handles back to invalid handles when decoding sorting keys.
- Loading branch information
Sami Kyöstilä
committed
Sep 30, 2020
1 parent
fdd4699
commit 9543f51
Showing
1 changed file
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters