Skip to content

fix: null pointer on command_get_status fonction#18585

Merged
LibretroAdmin merged 1 commit intolibretro:masterfrom
beudbeud:master
Jan 6, 2026
Merged

fix: null pointer on command_get_status fonction#18585
LibretroAdmin merged 1 commit intolibretro:masterfrom
beudbeud:master

Conversation

@beudbeud
Copy link
Copy Markdown
Contributor

@beudbeud beudbeud commented Jan 6, 2026

Guidelines

  1. Rebase before opening a pull request
  2. If you are sending several unrelated fixes or features, use a branch and a separate pull request for each
  3. If possible try squashing everything in a single commit. This is particularly beneficial in the case of feature merges since it allows easy bisecting when a problem arises

Description

When try to get status by Network Control Interface RetroArch crash
echo -n "GET_STATUS" | nc -u -w1 192.168.1.200 55355

It's look there aren't verification of what RetroArch return, so if there value is null Retroarch crash directly

Related Issues

[Any issues this pull request may be addressing]

Related Pull Requests

[Any other PRs from related repositories that might be needed for this pull request to work]

Reviewers

[If possible @mention all the people that should review your pull request]

@LibretroAdmin LibretroAdmin merged commit 68e8274 into libretro:master Jan 6, 2026
34 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