11.4.0-37: Difference between revisions
Line 112: | Line 112: | ||
*r4 = val; | *r4 = val; | ||
Then len is used for a string data-copy(ASCII/UTF16), unless it's UTF16 and len is <=0. | Then len is used for a string data-copy(ASCII/UTF16), unless it's UTF16 and len is <=0. | ||
===[[Title_list|SNOTE_AP]]=== | |||
This was updated with vuln fixes similar to the sound-app. | |||
LT_1004d6 | |||
updated, prev ver @ LT_1004d6. | |||
Added a func call for LT_1017c8 at 0x100508. | |||
LT_1017c8 | |||
new func. | |||
Only called by LT_1004d6. | |||
return LT_10250c(0x405, 5, 0x5109d503); | |||
LT_103368 | |||
updated, prev ver @ LT_1032f8. | |||
The first func call was removed, it's now located in LT_1017c8. | |||
LT_11ea6c | |||
updated, prev ver @ LT_11ea60. | |||
Added the following: if(len>0xfe)*lenptr = 0xfe; | |||
LT_11f210 | |||
updated, prev ver @ LT_11f1fc. | |||
The following was added at 0x11f49c: if(len>0xfe)len=0xfe; | |||
Before executing "return ~0x63;" this now calls LT_12f542. | |||
minor other changes. | |||
LT_11f84c | |||
updated, prev ver @ LT_11f828. | |||
This now clears inr0+0x34 after calling L_14cabc. | |||
LT_11f9ac | |||
updated, prev ver @ LT_11f984. | |||
Added the following: if(len>0xfe)*lenptr=0xfe; | |||
==See Also== | ==See Also== |