mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-29 07:14:09 -06:00
sceNpTrophy fixes - sceNpTrophyGetTrophyUnlockState: signed 1 was potentially shifted by 31(UB) - sceNpTrophyUnlockTrophy: used a reader_lock and was missing check for read only context cellGame fixes - cellHddGameCheck: missing log parameters - cellGameDataCheckCreate2: missing log parameter - cellGameThemeInstall: condition inverted checking for extension + added tolower just in case - cellGameThemeInstallFromBuffer: OOB access, buf is always filled from the start and then used as a parameter to the CB sceNp fixes - sceNpManagerGetTicket: Made accurate from RE - sceNpDrmGetTimelimit: Fix msec calculation sceNp2 fixes -sceNpMatching2ContextStartAsync: avoid capturing ctx -sceNpMatching2ContextStop: Minor error value swap rpcn_client fixes -add_friend: missing log parameter -handle_friend_notification: misc validation issue np_handler fixes -ticket: Missing move in move constructor -ticket::parse: Misc validation fix -get_player_history_entry: potential UB fix np_requests fixes -Wrong CB event_type set for get_room_member_data_external_list! -reply_tus_get_data was not copying status data! -Order of error check in reply_get_room_member_data_external_list was wrong -Improved logging np_requests_gui: -Added missing guards for gui_notifications upnp_handler fixes -Highest density of bugs per line of code in the west, let's pretend I never wrote this signaling_handler fixes -Swapped to multimap to avoid collisions on timestamps Misc fixes |
||
|---|---|---|
| .. | ||
| generated | ||
| clans_client.cpp | ||
| clans_client.h | ||
| clans_config.cpp | ||
| clans_config.h | ||
| ip_address.cpp | ||
| ip_address.h | ||
| np_allocator.h | ||
| np_cache.cpp | ||
| np_cache.h | ||
| np_contexts.cpp | ||
| np_contexts.h | ||
| np_dnshook.cpp | ||
| np_dnshook.h | ||
| np_event_data.h | ||
| np_gui_cache.cpp | ||
| np_gui_cache.h | ||
| np_handler.cpp | ||
| np_handler.h | ||
| np_helpers.cpp | ||
| np_helpers.h | ||
| np_notifications.cpp | ||
| np_requests_gui.cpp | ||
| np_requests.cpp | ||
| np_structs_extra.cpp | ||
| np_structs_extra.h | ||
| pb_helpers.cpp | ||
| pb_helpers.h | ||
| rpcn_client.cpp | ||
| rpcn_client.h | ||
| rpcn_config.cpp | ||
| rpcn_config.h | ||
| rpcn_countries.cpp | ||
| rpcn_countries.h | ||
| rpcn_types.h | ||
| signaling_handler.cpp | ||
| signaling_handler.h | ||
| upnp_config.cpp | ||
| upnp_config.h | ||
| upnp_handler.cpp | ||
| upnp_handler.h | ||
| vport0.h | ||