Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Nov 14, 2024. It is now read-only.
/PH7Public archive

fix incorrect sizeof usage#39

Open
szsam wants to merge1 commit intosymisc:master
base:master
Choose a base branch
Loading
fromIVOES:cpp/suspicious-sizeof

Conversation

szsam
Copy link

sizeof(ctx) evaluates to the size of the pointer type, which is not what we want. We should zero the struct that ctx points to.

sizeof(ctx) evaluates to the size of the pointer type, which is not whatwe want. We should zero the struct that ctx points to.
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@szsam

[8]ページ先頭

©2009-2025 Movatter.jp