whitepaper: onos-0004 entry, count 615→616, rebuild PDF

This commit is contained in:
russell@unturf.com 2026-03-28 10:56:56 -04:00
parent 99c7976ffd
commit 0ee2c5acaf
2 changed files with 5 additions and 3 deletions

View file

@ -4,6 +4,7 @@ ba0de5d1546aa2971492f74616f13f47 full-paper.pdf
f076f22e9e70a94f51884562aad6fdc5 undefect-cwe407-2026-03-25.pdf
5da33a4087fdca81f70cce84656afc7f undefect-cwe407-2026-03-26.pdf
7f45f562aba8c9f44cf28cf8679e2d14 undefect-cwe407-2026-03-27.pdf
92318dade0fb7280ec2267fcd9d159b5 undefect-cwe407-2026-03-28.pdf
ff52abf9f47a7e6bb25e4519b1325090 undefect-minecraft-enterprise-java-2026-03-24.pdf
c7fe499eb004271b384a31ac01b38852 undefect-minecraft-enterprise-java-2026-03-25.pdf
818d29731df88333d29cfdd3eefeb3a2 undefect-minecraft-enterprise-java-2026-03-26.pdf

View file

@ -39,7 +39,7 @@ A single well-crafted implementation serves as the genetic blueprint.
4. **Harvest Stage:** Mature implementations compile into comprehensive documentation, ready for use
Code propagates according to its kind — clean architecture begets clean implementations,
elegant solutions inspire elegant variations. The process of generating 615 validated
elegant solutions inspire elegant variations. The process of generating 616 validated
defect patches across 240 ecosystems in a single research wave demonstrates how truth,
properly seeded, multiplies. Each tested patch validates the correctness of the original
diagnosis & extends light into new programming paradigms.
@ -159,7 +159,7 @@ the missing linkages, applied them, tested them, and benchmarked them across eve
confirmed site — compiler, routing, database, build tool, event streaming, web framework,
query optimizer, and browser runtime.
**615 sites patched. 3 deferred (PostgreSQL -0001/-0005; MongoDB -0005 IndexBounds).
**616 sites patched. 3 deferred (PostgreSQL -0001/-0005; MongoDB -0005 IndexBounds).
1 fixable-upstream (Erlang OTP). 1 fixable-pending (swipl-0003). 2 not-worth-fixing.
3 unpatched (Minecraft, Create mod). No language left behind.
@ -809,6 +809,7 @@ stacks, Spark schemas — this is the dominant build cost.
| activemq-0001 | ActiveMQ | `activemq-broker/.../region/Topic.java:151,167,293``CopyOnWriteArrayList.contains()` O(n²) subscriber dedup; fix: parallel `ConcurrentHashMap.newKeySet()` | **PATCHED** |
| ovs-0001 | Open vSwitch | `lib/dpif-offload.c:580,229``LIST_FOR_EACH` provider strcmp O(T×P) per port-add + O(P) dup scan; fix: `HashMap<name, provider>` | **PATCHED** |
| onos-0003 | ONOS (SDN) | `utils/misc/``roleinfo backups ImmutableList` O(n) membership scan per topology event | **PATCHED** |
| onos-0004 | ONOS (SDN) | `ConnectivityIntentCompiler.java:263``resourcesAllocated List.contains()` O(R×C) in bandwidth allocation filter stream; fix: `HashSet<Resource>` (75×) | **PATCHED** |
| jetty-0001 | Jetty | `jetty-http/src/main/java/.../HttpFields.java``QuotedCSV.getValues()` `LinkedList.contains()` O(n²); fix: `LinkedHashSet` (50×) | **PATCHED** |
| mysql-0003 | MySQL | `sql/sql_base.cc``setup_fields()` `std::find` O(F²) iterator recovery after `split_sum_func` growth; fix: position index map (250×) | **PATCHED** |
| mysql-0004 | MySQL | `storage/innobase/dict/dict0dict.cc``dict_index_find_and_set_cols()` `std::find` on `col_added/v_col_added` vectors O(F²) per field during `CREATE INDEX`/`ALTER TABLE`; fix: `unordered_set<ulint>` (99×) | **PATCHED** |
@ -895,7 +896,7 @@ where D is the depth of the diamond chain. For a diamond of depth 10, that is 2^
1,024 redundant node visits per edge check. Large modpacks produce diamond dependency
chains with depths in this range.
**615 sites patched. 3 deferred (PostgreSQL -0001/-0005; MongoDB -0005 IndexBounds). 1 fixable-upstream (Erlang OTP — sltab patch). 1 fixable-pending (swipl-0003 attr_unify_hook). 2 not-worth-fixing. 3 unpatched (Minecraft, Create mod). 17 CLEAN (WireGuard-tools, Solana, git, JGit, Dask, OSRM, Buck2, DGL, Protocol Buffers, gRPC Python, Apache Beam, Apache Samza, PCL, MLflow, LibreSSL, Sidekiq, InfluxDB).**
**616 sites patched. 3 deferred (PostgreSQL -0001/-0005; MongoDB -0005 IndexBounds). 1 fixable-upstream (Erlang OTP — sltab patch). 1 fixable-pending (swipl-0003 attr_unify_hook). 2 not-worth-fixing. 3 unpatched (Minecraft, Create mod). 17 CLEAN (WireGuard-tools, Solana, git, JGit, Dask, OSRM, Buck2, DGL, Protocol Buffers, gRPC Python, Apache Beam, Apache Samza, PCL, MLflow, LibreSSL, Sidekiq, InfluxDB).**
---