Marco Vanotti
Marco Vanotti
Hi! I meant that the traces that I pasted (command output & dmesg) were after running code from that fork. But the same issue happened with the code from this...
@runningnak3d I see. I will try that then. RE: UFS, the same issue happens without the flag, but thanks. I didn't know what the difference between eMMC and UFS was:...
Hi @runningnak3d , thanks for your answer. I tried running the command with the `--cr 2` flag, but it didn't work (partitions.py does not support said flag).: ``` $ git...
Note that having this query would be fine, but having a native tool to get this same information might be faster. Running this query on my project takes more than...
Hi Matt, ``` $ ./codeql/codeql --version CodeQL command-line toolchain. Version: 2.0.1. Copyright (C) 2019 GitHub, Inc. ``` I'm using the latest released version downloaded from this github repo
Cool! Let me know if there's anything I can do to help.
Do you know if the change made it a release? We are at 2.1.0
`/zircon/tools/zbi/zbi.cc` is now being included in my database. Will continue testing to see if there's something else missing.
I ran the following query to list all the files: ``` import cpp from File f select f.getAbsolutePath(), "" ``` I see 8046 different files. And also gathered all the...
Hi! I've re-ran this test with CodeQL CLI version 2.2.4, and found similar results. By looking only at c and cc files, I see that there are 1140 missing files...