deps: bump ThirdParty/SDL2 from b8b3f5e to a2e7c76 - #554
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [ThirdParty/SDL2](https://github.com/libsdl-org/SDL) from `b8b3f5e` to `a2e7c76`. - [Release notes](https://github.com/libsdl-org/SDL/releases) - [Commits](libsdl-org/SDL@b8b3f5e...a2e7c76) --- updated-dependencies: - dependency-name: ThirdParty/SDL2 dependency-version: a2e7c76bda17c853ba93c7d2c9fdddf8a9d621d1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
🔍 CodeQL ReportLanguage:
|
| Rule | Location | Message |
|---|---|---|
cpp/integer-multiplication-cast-to-long |
ThirdParty/AI/recastnavigation/Recast/Source/RecastMesh.cpp:1137 |
Multiplication result may overflow 'int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/AI/recastnavigation/Recast/Source/RecastMesh.cpp:878 |
Multiplication result may overflow 'int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Utils/stb/stb_image.h:177 |
Multiplication result may overflow 'int' before it is converted to 'size_t'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Utils/json/nlohmann_json.h:629 |
Multiplication result may overflow 'int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Utils/json/nlohmann_json.h:630 |
Multiplication result may overflow 'int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:209 |
Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:1026 |
Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:1162 |
Multiplication result may overflow 'unsigned int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:1615 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:531 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:589 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Collision/Shape/HeightFieldShape.cpp:626 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Physics/Hair/HairSettings.cpp:593 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/Math/DynMatrix.h:15 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/TriangleSplitter/TriangleSplitterBinning.cpp:51 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/Physics/JoltPhysics/Jolt/TriangleSplitter/TriangleSplitterBinning.cpp:91 |
Multiplication result may overflow 'unsigned int' before it is converted to 'size_type'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/SDL2/src/audio/SDL_audiocvt.c:260 |
Multiplication result may overflow 'int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/SDL2/src/render/SDL_yuv_sw.c:126 |
Multiplication result may overflow 'int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/SDL2/src/render/SDL_yuv_sw.c:190 |
Multiplication result may overflow 'int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/SDL2/src/render/SDL_render.c:2410 |
Multiplication result may overflow 'float' before it is converted to 'double'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/SDL2/src/render/SDL_render.c:2412 |
Multiplication result may overflow 'float' before it is converted to 'double'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/SDL2/src/render/SDL_render.c:2429 |
Multiplication result may overflow 'float' before it is converted to 'double'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/SDL2/src/render/SDL_render.c:2436 |
Multiplication result may overflow 'float' before it is converted to 'double'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/SDL2/src/render/SDL_render.c:2448 |
Multiplication result may overflow 'float' before it is converted to 'double'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/SDL2/src/render/SDL_render.c:2455 |
Multiplication result may overflow 'float' before it is converted to 'double'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/SDL2/src/render/opengl/SDL_render_gl.c:486 |
Multiplication result may overflow 'int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/SDL2/src/render/opengl/SDL_render_gl.c:491 |
Multiplication result may overflow 'int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/SDL2/src/render/opengles/SDL_render_gles.c:913 |
Multiplication result may overflow 'int' before it is converted to 'size_t'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/SDL2/src/render/opengles/SDL_render_gles.c:604 |
Multiplication result may overflow 'int' before it is converted to 'unsigned long'. |
cpp/integer-multiplication-cast-to-long |
ThirdParty/SDL2/src/render/opengles/SDL_render_gles.c:426 |
Multiplication result may overflow 'int' before it is converted to 'size_t'. |
| ... | ... | 20 more findings omitted |
Updated: 2026-08-03T04:27:48Z — this comment is updated in-place, not duplicated.
Contributor
Code Coverage (GCC + lcov)Per-Subsystem Coverage
Total: 52.6% (31477/59899 lines) |
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.
Bumps ThirdParty/SDL2 from
b8b3f5etoa2e7c76.Commits
a2e7c76emscripten: add main thread proxy for getting audio frequency50b04b2Fixed some typos in the audio hints documentation76847b4alsa: Don't crash when SDL_GetDefaultAudioInfo() is passed a NULL name.86a6368ci: don't configure cmake with -Werrorf6a328a[emscripten] Remove support for legacy webkitGetUserMedia73fed37assert: make disabled asserts work with bitfield conditions.0e802c1Add Mayflash N64 Controller Adapter mapping for SDL220d8ca0ci: bump freebsd and cross-platform-actionsde43383SDL_cocoawindow.m: work-around build error due to -Wgnu-folding-constantbc51812cmake: disable MSVC RUNTIME CHECKS for no-libc shared SDL2 libraryDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)