[PR #2933] [MERGED] Avoid logging nulls in sceKernelIsStack #3093

Closed
opened 2026-02-27 22:02:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2933
Author: @StevenMiller123
Created: 5/14/2025
Status: Merged
Merged: 5/14/2025
Merged by: @georgemoralis

Base: mainHead: fix-stack


📝 Commits (1)

  • 5e620d5 Avoid logging nulls in sceKernelIsStack

📊 Changes

1 file changed (+1 additions, -2 deletions)

View changed files

📝 src/core/libraries/kernel/memory.cpp (+1 -2)

📄 Description

Games would crash if providing nullptr to start or end.
Also don't need the :# part when logging pointers, as they're automatically formatted.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2933 **Author:** [@StevenMiller123](https://github.com/StevenMiller123) **Created:** 5/14/2025 **Status:** ✅ Merged **Merged:** 5/14/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `fix-stack` --- ### 📝 Commits (1) - [`5e620d5`](https://github.com/shadps4-emu/shadPS4/commit/5e620d5c5703ba0a14cf41da4693677989531ed9) Avoid logging nulls in sceKernelIsStack ### 📊 Changes **1 file changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/memory.cpp` (+1 -2) </details> ### 📄 Description Games would crash if providing nullptr to start or end. Also don't need the :# part when logging pointers, as they're automatically formatted. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:02:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3093
No description provided.