Skip to content

Add missing initialization to result variable in recompress.c - #10377

Open
svenklemm wants to merge 1 commit into
mainfrom
sven/uninitialized
Open

Add missing initialization to result variable in recompress.c#10377
svenklemm wants to merge 1 commit into
mainfrom
sven/uninitialized

Conversation

@svenklemm

Copy link
Copy Markdown
Member

When building with -O1 or higher compiler would warn about uninitialized
variable:

tsl/src/compression/recompress.c:715:39: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
715 | while (result == Tuple_before)

When building with -O1 or higher compiler would warn about uninitialized
variable:

tsl/src/compression/recompress.c:715:39: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
  715 |                         while (result == Tuple_before)
@github-actions

Copy link
Copy Markdown

@melihmutlu, @akuzm: please review this pull request.

Powered by pull-review

@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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