thor

Results 2 issues of thor

There is a bug in ptraceRead: ptr[i] = word; Should we use : memcpy(ptr+i,&word,sizeof(word));

Hi I'm trying to run CodeQL on AOSP with this command: codeql database create new-database --working-dir=./ --source-root=./ --language=java --command='make services' many unnecessary java files were extracted by codeql in output/soong/.intermediates,...

CLI