-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Version: CodeQL command-line toolchain release 2.7.3.
Target language: cpp
Target source: Linux kernel
While checking the query result finding function call sites, i notice that statements of several files were not included in the result.
After checking the database directory:
-
The src.zip includes the several files
-
In database-create-xxx.log, i can't see traps of several files, build messages ("[build-stdout] CC [M] drivers/xxx.o") are shown though.
-
In database-create-xxx.log, there are error messages:
java.io.IOException: Brotli stream decoding failed
...
org.brotli.dec.BrotliRuntimeException: Unused space
...
java.io.IOException: Brotli stream decoding failed
...
org.brotli.dec.BrotliRuntimeException: Corrupted padding bits
I feel that some source files are not treated as targets of database. Is there any way to figure out what files are handled for creating database, and are not? And why the files are not targeted?