Skip to content

Comments

fix: use references/pointers for large objects#23

Open
ElijahPepe wants to merge 1 commit intoNVIDIA:mainfrom
ElijahPepe:fix/object-to-reference
Open

fix: use references/pointers for large objects#23
ElijahPepe wants to merge 1 commit intoNVIDIA:mainfrom
ElijahPepe:fix/object-to-reference

Conversation

@ElijahPepe
Copy link

@ElijahPepe ElijahPepe commented May 22, 2022

The PrecompiledFileInfo and KernelModuleInfo objects are both 72 bytes, well above the 64 byte limit that C should work with.

The PrecompiledFileInfo and KernelModuleInfo objects are both 72 bytes,
well above the 64 byte limit that C should work with. Working with large
objects like that on the stack can cause various problems to arise.

Signed-off-by: Elijah Conners <business@elijahpepe.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant