Migrated from https://git2.unturf.com/engineering/java-topology.git
- All 8 patches now carry required # CWE-407 / # Defect / # Fix / # Complexity gate header blocks per patch file format spec - linux-0001 (headerdep.pl): header only — code was correct - linux-0002 (auditsc.c): header + explicit break to prevent ctx->names_list fall-through - linux-0003 (dev.c): rewrote fix — skip altname loop when format has no percent-d placeholder; removes duplicate bounds check from prior draft - linux-0004 (neighbour.c): header + cleaned up ifdef guards; xarray with fallback - linux-0005 (component.c): header + existing hash fast-path retained - linux-0006 (btf.c): header + fixed cache hit path — no longer re-runs btf_find_by_name_kind on hit; uses stored btf_id directly - linux-0007 (pktgen.c): rewrote fix — replaced xa_for_each (O(N)) with dual DECLARE_HASHTABLE: dev_ht (by dev*) and name_ht (by jhash(ifname)) - linux-0008 (taskstats.c): fixed mixed list_for_each_entry/hash_for_each_possible syntax; clean replacement of duplicate-pid list scan with hash_for_each_possible - Combined patch: linux-0001..0008-hashstruct.patch (8 defects, was missing 0004) - outreach/linux.md: updated to 8 defects, corrected numbering (0001=headerdep, 0002=auditsc, 0003=dev, 0004=neighbour, 0005-0008 as before) |
||
|---|---|---|
| .github | ||
| .jcheck | ||
| bin | ||
| defects | ||
| doc | ||
| docs | ||
| make | ||
| scanner | ||
| src | ||
| test | ||
| tests | ||
| tools | ||
| whitepaper | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| ADDITIONAL_LICENSE_INFO | ||
| ASSEMBLY_EXCEPTION | ||
| CLAUDE.md | ||
| compile-unit-tests.sh | ||
| configure | ||
| CONTRIBUTING.md | ||
| GNUmakefile | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| SCAN-TODO.md | ||
| SECURITY.md | ||
| UNDF-REGISTRY.json | ||
Welcome to the JDK!
For build instructions please see the online documentation, or either of these files:
- doc/building.html (html version)
- doc/building.md (markdown version)
See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.