Skip to content

Add support for parsing edid-decode text dumps#6117

Merged
OBattler merged 4 commits into
86Box:masterfrom
Cacodemon345:edid-decode-text
Sep 1, 2025
Merged

Add support for parsing edid-decode text dumps#6117
OBattler merged 4 commits into
86Box:masterfrom
Cacodemon345:edid-decode-text

Conversation

@Cacodemon345

Copy link
Copy Markdown
Contributor

Summary

Add support for parsing edid-decode text dumps.

Checklist

References

None.

Comment thread src/video/vid_ddc.c
#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.

3 participants