Skip to content

Conversation

@dhrdlicka
Copy link
Contributor

Summary

Briefly describe what you are submitting.

Checklist

References

Provide links to datasheets or other documentation that helped you implement this pull request.

fclose(file);
goto default_init;
}
swprintf(errmsg, sizeof_w(errmsg), plat_get_string(STRING_EDID_TOO_LARGE), path);

Check failure

Code scanning / CodeQL

Non-constant format string

The format string argument to [swprintf](1) has a source which cannot be verified to originate from a string literal. The format string argument to [swprintf](1) has a source which cannot be verified to originate from a string literal.
@dhrdlicka dhrdlicka marked this pull request as ready for review September 1, 2025 23:13
@OBattler OBattler merged commit 41c91ae into master Sep 1, 2025
85 of 87 checks passed
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.

3 participants