Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hal] Fix potential gamedata out of bounds read (#3983)
The size was uninitialized. If the size is smaller than the data, NetComm just updates the size and does not initialize the data.
- Loading branch information