-
Notifications
You must be signed in to change notification settings - Fork 981
Fix OOB memory access in Orc and Parquet stacks from fixed-width unaligned loads #20458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rapids-bot
merged 20 commits into
rapidsai:main
from
mhaseeb123:fix/oob-access-hybrid-scan-dicts
Nov 5, 2025
Merged
Changes from 16 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
f36396b
Fix for OOB memory access in hybrid scan dictionary
mhaseeb123 3be50e7
Use the correct unaligned load in ORC as well
mhaseeb123 0d5629a
style fix
mhaseeb123 ea3bf21
Use unaligned_load
mhaseeb123 ebbc708
style fix
mhaseeb123 db495d1
Fix OOB access for PARQUET_TEST
mhaseeb123 9ddc7af
Use static_assert to make sure our block size is big enough
mhaseeb123 ac46598
style
mhaseeb123 e0965ff
Modernize
mhaseeb123 52e7bab
Minor comments update
mhaseeb123 30bb183
Minor comments
mhaseeb123 21f966b
Merge branch 'main' into fix/oob-access-hybrid-scan-dicts
mhaseeb123 28f62b3
Use `cuda::std::is_same_v` instead
mhaseeb123 58a0697
Remove unused util and modernize `warp_reduce_or`
mhaseeb123 cc4722d
Minor improvements
mhaseeb123 95a9100
Modernize more warp utils
mhaseeb123 34ecf92
Apply suggestion from @mhaseeb123
mhaseeb123 8bd293e
Merge branch 'main' of https://github.com/rapidsai/cudf into fix/oob-…
mhaseeb123 abb20dd
Merge branch 'main' into fix/oob-access-hybrid-scan-dicts
mhaseeb123 bc10cdb
Merge branch 'fix/oob-access-hybrid-scan-dicts' of https://github.com…
mhaseeb123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.