Skip to content

gfx_widgets: fix wrap_length check#18787

Merged
LibretroAdmin merged 1 commit intolibretro:masterfrom
notaz:wrap_length_crash_fix
Mar 2, 2026
Merged

gfx_widgets: fix wrap_length check#18787
LibretroAdmin merged 1 commit intolibretro:masterfrom
notaz:wrap_length_crash_fix

Conversation

@notaz
Copy link
Contributor

@notaz notaz commented Mar 2, 2026

@LibretroAdmin LibretroAdmin merged commit 6c74061 into libretro:master Mar 2, 2026
35 checks passed
@sonninnos
Copy link
Collaborator

New warning:

gfx/gfx_widgets.c: In function 'gfx_widgets_msg_queue_push':
gfx/gfx_widgets.c:301:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare]
  301 |                   if (len < wrap_length)

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