| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This undoes part of 10062bbc35a28e95897f66fa5f4991b9b1f9df5d.
|
|
|
|
|
|
|
|
| |
We have only three bits of space, i.e. 8 possible classes. Immediately reject
anything outside of that range. Add the fuzzer test case and an additional
unit test.
oss-fuzz #6908.
|
|
|
|
|
| |
This is a continuation of the previous include sort patch, which
only sorted for .c files.
|
|
basic/ can be used by everything
cannot use anything outside of basic/
libsystemd/ can use basic/
cannot use shared/
shared/ can use libsystemd/
|