Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Added an extra nullcheck in Column::Reset #17

Closed
wants to merge 1 commit into from

Conversation

th0114nd
Copy link

As it stands, the current Reset function will accept is_null=nullptr when the Column is marked as
NULLABLE. When an Operation later tries to read the is_null_ array, it can result in a Segfault.

This revision ensures that exactly one of (is_null != NULL, attribute().is_nullable()) is true

@th0114nd
Copy link
Author

th0114nd commented Jun 8, 2018

This project is dead.

@th0114nd th0114nd closed this Jun 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant