Migrated from https://git2.unturf.com/engineering/java-topology.git
proton-0001: find_iface_constructor linear strcmp scan through 213-entry constructors[] table for every interface creation. Fix: binary search. 4.6x speedup measured. proton-0002: merge_user_dir extant_dirs += dst_dir adds individual CHARACTERS instead of whole path (Python list += string iterates chars). Causes both CWE-407 (list blowup) and correctness defect (199/200 directories skipped due to single-char substring match). Fix: extant_dirs.append(dst_dir). MOAD-0002 (Intertangle): CLEAN — env-var isolation between components MOAD-0003 (Leaked Context): CLEAN — per-game Wine prefix isolation MOAD-0004 (Logged Secret): CLEAN — no credential logging found MOAD-0005 (CWE-362): CLEAN — FileLock + CRITICAL_SECTION discipline Wine's ChangeServiceConfig password logging (wine-0001) inherited but not in Proton's own codebase. |
||
|---|---|---|
| .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 | ||
| 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.