Skip to content

Conversation

@safocl
Copy link

@safocl safocl commented Jan 30, 2025

some code contained nullptr dereferencing

calloc (in the mft_get_search_ctx function) can return nullptr, then need check and return nullptr? -- then m_ctx->flags_search is a nullptr dereferencing.

ctx = (struct mft_search_ctx*)calloc(1, sizeof *ctx);

some code contained nullptr dereferencing
@safocl safocl force-pushed the fix_dereference_nullptr branch from 7243c16 to 6a78cf9 Compare January 30, 2025 05:22
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