Community
Participate
Working Groups
Build Identifier: 1. Check in the code related to SCI security and SCI_Error. 2. Fix an issue when calling 'getPeerProcessor()'. 3. Fix an coredump issue when scia is not found. 4. Fix an big endian/little endian issue . 5. Fix an issue when socket number exceeds the sockfd buffer size. Reproducible: Always
Created attachment 186020 [details] To fix the issue Attached the patch.
Created attachment 187707 [details] Updated the patch
Please commit this patch.
How to commit it, the first attachment has some problem and I applied the second one at least two weeks ago, so now I will mark it as resolved.
The first patch does not have the code issues. But as it is created by comparing: diff -r <new_codes> <old_codes>, I submitted the second patch with: diff -ruN <old_codes> <new_codes> for convention. If there is a way to delete the first patch, pls feel free to let me know. Thanks for all your helps.