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

test: init err in test_sip_auth_encode() #1146

Merged
merged 1 commit into from
Jun 19, 2024
Merged

test: init err in test_sip_auth_encode() #1146

merged 1 commit into from
Jun 19, 2024

Conversation

alfredh
Copy link
Contributor

@alfredh alfredh commented Jun 19, 2024

cppcheck warning:

test/sipauth.c:129:6: warning: Uninitialized variable: err [uninitvar]
 if (err) {
     ^
test/sipauth.c:95:23: note: Assuming condition is false
 for (size_t i = 0; i < RE_ARRAY_SIZE(testv); i++) {
                      ^
test/sipauth.c:129:6: note: Uninitialized variable: err
 if (err) {
     ^

@sreimers sreimers merged commit 5628b79 into main Jun 19, 2024
38 checks passed
@sreimers sreimers deleted the test_sipauth branch June 19, 2024 09:21
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.

2 participants