|
|
5c6b44 |
# complains about qemu use of: gethostbyname, inet_aton, inet_ntoa
|
|
|
5c6b44 |
# but warning here isn't really accomplishing anything
|
|
|
5c6b44 |
badfuncs:
|
|
|
5c6b44 |
exclude_path: .*
|
|
|
5c6b44 |
|
|
|
5c6b44 |
# These pre-compiled files have `.symtab`
|
|
|
5c6b44 |
debuginfo:
|
|
|
5c6b44 |
ignore:
|
|
|
5c6b44 |
- /usr/share/qemu/palcode-clipper
|
|
|
5c6b44 |
- /usr/share/qemu/hppa-firmware.img
|
|
|
5c6b44 |
|
|
|
5c6b44 |
# More pre-compiled rom warnings:
|
|
|
5c6b44 |
# - Program built without GNU_STACK: /usr/share/qemu/u-boot.e500
|
|
|
5c6b44 |
# - Stack is still executable: /usr/share/qemu/hppa-firmware.img
|
|
|
5c6b44 |
elf:
|
|
|
5c6b44 |
exclude_path: ^/usr/share/qemu/(u-boot.e500|hppa-firmware.img)$
|
|
|
5c6b44 |
|
|
|
5c6b44 |
# CryptoPkg fuzz tests have invalid unicode, but I assume that's intentional
|
|
|
5c6b44 |
unicode:
|
|
|
5c6b44 |
exclude: .*edk2/CryptoPkg.*
|