05-18-2014, 10:28 AM -
(05-18-2014, 10:00 AM)AlexAltea Wrote:(05-18-2014, 05:25 AM)jacky400 Wrote: AlexAltea , i seen you fixed this GetMemFromAddr(0x0) previously for cellPngDec.I think should be similar for cellPamfReaderGetNumberOfSpecificStreams .Any though?
It seems cellPamf doesn't check if the pointers are non-zero. We just have to add:
Code:if (!pSelf.IsGood() || !Memory.IsGoodAddr(pSelf->pAddr))
return CELL_PAMF_ERROR_INVALID_ARG;
Of course that would only avoid the execution of that function (but the root problem will be still there).
Yeap ,hopefully it is good for this moment .Probably this can give some other games benefit to go further .
If no one beat me , i will do this simple pull .