-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix sporadic UB in dwa Signed-off-by: Kimball Thurston <[email protected]> * Allow partial chunk tables This will fix #1642, re-enabling partial chunk tables during reconstruction (at least for the last part read). Correctly handles reconstructing tables where discovered tiles are shifted from expected indices Signed-off-by: Kimball Thurston <[email protected]> * Avoid OOB write When reconstructing chunk table with corrupt chunks, avoid writing out of bounds Signed-off-by: Kimball Thurston <[email protected]> * avoid undefined behavior unaligned reads are UB, use (__builtin_) memcpy Signed-off-by: Kimball Thurston <[email protected]> --------- Signed-off-by: Kimball Thurston <[email protected]>
- Loading branch information
Showing
3 changed files
with
64 additions
and
17 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