Open
Conversation
- sprintf → snprintf - avoid deprecated register_poll_fd and unregister_poll_fd in libslirp - match upstream zutil.h to avoid duplicate #define of OS_CODE and fdopen clash
audetto
added a commit
that referenced
this pull request
Jan 31, 2026
Avoid unsafe usage of sprintf. Partially #343
Hancock33
added a commit
to Hancock33/batocera.piboy
that referenced
this pull request
Feb 1, 2026
--------------------------------------------------------------------------------------- applewin.mk 6df951ec323e92103d9e6edce9c5fa2a0117759a # Version: Commits on Jan 31, 2026 --------------------------------------------------------------------------------------- Merge pull request #352 from audetto/warnings Avoid unsafe usage of sprintf. Partially audetto/AppleWin#343, ------------------------------------------------------------------------------------------ duckstation.mk 0f280acaa73b8d5a08cba90b4867d90dc8af94e0 # Version: Commits on Jan 31, 2026 ------------------------------------------------------------------------------------------ InputManager: Remove padding from struct No longer necessary since it's not shared between threads., -------------------------------------------------------------------------------------- openmsx.mk 5a13c861edd4e7257f29cd9a567c0aac4fec2365 # Version: Commits on Jan 31, 2026 -------------------------------------------------------------------------------------- Merge branch 'jeangit-colorblind', ------------------------------------------------------------------------------------- ppsspp.mk a452aede2c5cec1062152bcec83bebe16c9aaf2e # Version: Commits on Jan 31, 2026 ------------------------------------------------------------------------------------- Merge pull request #21182 from oltolm/d3d11_cleanup d3d11: remove unnecessary workaround, ------------------------------------------------------------------------------------------------ libretro-mame-src.mk e05906f56932bf4dab96f3e136d2c44a96799f6f # Version: Commits on Jan 31, 2026 ------------------------------------------------------------------------------------------------ Merge remote-tracking branch 'upstream/master', -------------------------------------------------------------------------------------------- vpinball-next.mk 33b2e10b2f045ee2803bfceea55b840af8d612a4 # Version: Commits on Jan 31, 2026 -------------------------------------------------------------------------------------------- PinMAME: latest (fix PWM GTS80), ----------------------------------------------------------------------------------------- sonic3-air.mk 6536582fa0cd2375b14de7b92e233c96a410b97f # Version: Commits on Jan 31, 2026 ----------------------------------------------------------------------------------------- Updated Oxygen Handbook with information about arrays (on page 11), ---------------------------------------------------------------------------------- trx.mk 3b6bf1835e814e408cad0446346cd2992f2483f8 # Version: Commits on Jan 30, 2026 ---------------------------------------------------------------------------------- phase/executor: fix interrupts not skipping fade-outs, ------------------------------------------------------------------------------------------ xash3d-fwgs.mk cca6f8da2d723e55ec1460d28a0fd6efe8488594 # Version: Commits on Jan 31, 2026 ------------------------------------------------------------------------------------------ engine: platform: sdl2: more robust error handling when creating a window and opengl context, ----------------------------------------------------------------------------------------------- libretro-bennugd.mk 115b4019d4e555024eb7a5a1793260e268a8087e # Version: Commits on Jan 30, 2026 ----------------------------------------------------------------------------------------------- fix per frame audio upload when the audio callback is not available, ---------------------------------------------------------------------------------------------- libretro-ppsspp.mk a452aede2c5cec1062152bcec83bebe16c9aaf2e # Version: Commits on Jan 31, 2026 ---------------------------------------------------------------------------------------------- Merge pull request #21182 from oltolm/d3d11_cleanup d3d11: remove unnecessary workaround,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sprintf()withsnprintf()register_poll_fdandunregister_poll_fdin libslirp 4.9.1OS_CODEand a clash withfdopenin system headers