src/expected_mi.cpp:13,22-27 — __attribute__((constructor)) is GCC/Clang-only, not portable to MSVC (relevant given this project builds on Windows via MinGW, where it happens to work, but is not a documented cross-compiler guarantee). l2factorial(n) has no n < 0 guard on log2_factorial_table[n] — currently unreachable only because kmin > kmax short-circuits at :77 before any negative index is possible.
Verified REAL (haiku verifier, code-read).
Filed by /red-team area 14 (opus finder, 2026-08-05).
src/expected_mi.cpp:13,22-27—__attribute__((constructor))is GCC/Clang-only, not portable to MSVC (relevant given this project builds on Windows via MinGW, where it happens to work, but is not a documented cross-compiler guarantee).l2factorial(n)has non < 0guard onlog2_factorial_table[n]— currently unreachable only becausekmin > kmaxshort-circuits at :77 before any negative index is possible.Verified REAL (haiku verifier, code-read).
Filed by /red-team area 14 (opus finder, 2026-08-05).