-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Let's try this * Fix out-of-bounds access in MULRK struct handling * Take 2 In response to seeing this: libxls/xls.c:589:23: runtime error: load of misaligned address 0x50700005cbb6 for type 'DWORD', which requires 4 byte alignment * Move and turn into inline functions The use of inline functions is in response to this: Found the following significant warnings: libxls/xls.c:121:31: warning: ISO C forbids braced-groups within expressions [-Wpedantic] libxls/xls.c:126:34: warning: ISO C forbids braced-groups within expressions [-Wpedantic] * Apply fix to another MULRK location * Revert "Apply fix to another MULRK location" This reverts commit 738df8a. * Craft a similar fix for MULBLANK (not MULRK, oops) * Fix for access inside LABEL * Adopt patch strategy used in positron * Revert whitespace changes I did not mean to make earlier * Moar checks * Get rid of trailing comma
- Loading branch information
Showing
3 changed files
with
42 additions
and
5 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
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
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