mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-25 11:58:36 -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 |
||
|---|---|---|
| .. | ||
| address_range.h | ||
| bin_patch.cpp | ||
| bin_patch.h | ||
| bit_set.h | ||
| BitField.h | ||
| cfmt.h | ||
| cheat_info.cpp | ||
| cheat_info.h | ||
| cond.cpp | ||
| cond.h | ||
| Config.cpp | ||
| Config.h | ||
| CRC.h | ||
| date_time.cpp | ||
| date_time.h | ||
| deferred_op.hpp | ||
| File.cpp | ||
| File.h | ||
| geometry.h | ||
| git-version-gen.cmd | ||
| JIT.h | ||
| JITASM.cpp | ||
| JITLLVM.cpp | ||
| lockless.h | ||
| LUrlParser.cpp | ||
| LUrlParser.h | ||
| mutex.cpp | ||
| mutex.h | ||
| ppu_patch.h | ||
| rXml.cpp | ||
| rXml.h | ||
| sema.cpp | ||
| sema.h | ||
| simple_ringbuf.cpp | ||
| simple_ringbuf.h | ||
| stack_trace.cpp | ||
| stack_trace.h | ||
| StrFmt.cpp | ||
| StrFmt.h | ||
| StrUtil.h | ||
| sync.h | ||
| Thread.cpp | ||
| Thread.h | ||
| Timer.h | ||
| transactional_storage.h | ||
| version.cpp | ||
| version.h | ||