遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/7275)
<a href="https://www.bestpractices.dev/projects/7275"><img src="https://www.bestpractices.dev/projects/7275/badge"></a>
Contains source for libdwarf, a library for reading DWARF2 and later DWARF. Contains source to create dwarfdump, a program which prints DWARF2 and later DWARF in readable format. Has a very limited DWARF writer set of functions in libdwarfp (producer library). Builds using GNU configure, meson, or cmake.
Repository on GitHub, which uses git. git is distributed.
The testing is done with standard command line tools (shell scripts and python and a standard C compiler).
警告:需要URL,但找不到URL。
The waste of compute resources in tests based on push (meaning workflows etc) would be considerable. Most changes are by the principal author, who runs all the tests for all changes, and changes appear in small groups over a period of hours. Not appropriate to build on push for this project at this time.
// X-Content-Type-Options was not set to "nosniff".
oss-fuzz is currently being run on libdwarf. https://github.com/davea42/libdwarf-code/fuzz/README.md comments on this. the source files here are library calls to run against fuzzed object files.
Instead of assertions (and the implied crash on failing) the library instead tests for appropriate values and returns an error if there is a problem. libdwarf never exit()s.
后退