Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix Coverity Scan defect #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 23, 2021
Merged

Conversation

DimitriPapadopoulos
Copy link
Contributor

@DimitriPapadopoulos DimitriPapadopoulos commented Aug 23, 2021

CID 308347: Assignment of overlapping memory (OVERLAPPING_COPY)
overlapping_assignment: Assigning top->u.integer to top->u.dbl, which have overlapping memory locations and different types.

Fixes #131.

CID 308347: Assignment of overlapping memory (OVERLAPPING_COPY)
overlapping_assignment: Assigning top->u.integer to top->u.dbl,
which have overlapping memory locations and different types.
@LB-- LB-- added this to the v1.1.1 milestone Aug 23, 2021
@LB-- LB-- merged commit 60fd8a7 into json-parser:master Aug 23, 2021
@DimitriPapadopoulos DimitriPapadopoulos deleted the coverity branch August 23, 2021 19:16
DimitriPapadopoulos pushed a commit to DimitriPapadopoulos/json-parser that referenced this pull request Aug 28, 2021
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.

Fix Coverity Scan defect
2 participants