Skip to content

Replace a lot of malloc by calloc to fix uninitialized values access - #8

Open
drons wants to merge 2 commits into
setsmdeveloper:masterfrom
drons:fix-uninit-malloc
Open

Replace a lot of malloc by calloc to fix uninitialized values access#8
drons wants to merge 2 commits into
setsmdeveloper:masterfrom
drons:fix-uninit-malloc

Conversation

@drons

Copy link
Copy Markdown

Memory allocation for arrays of pointers and structures has been replaced.
In some cases, uninitialized memory caused SETSM program to crash.

Sign up for freeto 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

@drons