Skip to content
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

Fix possible uninitialized value in test_utils.c #3787

Merged
merged 1 commit into from Nov 8, 2021

Conversation

afiskon
Copy link
Contributor

@afiskon afiskon commented Nov 8, 2021

Supress the following CLang warning:

warning: 2nd function call argument is an uninitialized value
[clang-analyzer-core.CallAndMessage]

Supress the following CLang warning:

```
warning: 2nd function call argument is an uninitialized value
[clang-analyzer-core.CallAndMessage]
```
@afiskon afiskon requested a review from a team as a code owner November 8, 2021 09:25
@afiskon afiskon self-assigned this Nov 8, 2021
@afiskon afiskon enabled auto-merge (rebase) November 8, 2021 09:26
Copy link
Contributor

@mkindahl mkindahl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@codecov
Copy link

codecov bot commented Nov 8, 2021

Codecov Report

Merging #3787 (d1fe8e9) into master (4ff1bd3) will increase coverage by 0.17%.
The diff coverage is 96.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3787      +/-   ##
==========================================
+ Coverage   90.32%   90.49%   +0.17%     
==========================================
  Files         212      213       +1     
  Lines       37179    37753     +574     
==========================================
+ Hits        33581    34165     +584     
+ Misses       3598     3588      -10     
Impacted Files Coverage Δ
src/chunk_data_node.c 98.98% <ø> (ø)
src/chunk_index.c 94.77% <ø> (ø)
src/compat/compat.h 94.28% <ø> (ø)
src/extension.c 88.77% <ø> (ø)
src/extension_utils.c 81.39% <ø> (ø)
src/hypertable_data_node.c 95.41% <ø> (ø)
src/loader/loader.c 91.94% <ø> (ø)
src/nodes/chunk_append/chunk_append.c 97.40% <ø> (ø)
src/nodes/chunk_append/exec.c 95.84% <ø> (ø)
src/nodes/chunk_append/explain.c 82.81% <ø> (ø)
... and 66 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 82656a6...d1fe8e9. Read the comment docs.

@afiskon afiskon merged commit 0f5268a into timescale:master Nov 8, 2021
This was referenced Nov 29, 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.

None yet

3 participants