Skip to content

Conversation

@Cacodemon345
Copy link
Contributor

Summary

Add support for parsing edid-decode text dumps.

Checklist

References

None.

#else
mbstowcs(path, monitor_edid_path, sizeof_w(path));
#endif
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.
@OBattler OBattler merged commit 8529f1a into 86Box:master Sep 1, 2025
47 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.

2 participants