nx_dns_adversarial_test.nx
buildroot/runtime/nx_dns_adversarial_test.nx
about
nx_dns_adversarial_test.nx -- Phase A4 of S-class hardening.
Adversarial fuzzing of nx_dns_decode_name_ascii, the QNAME decoder
the authoritative DNS server runs on every incoming query.
Untrusted bytes from any public client must not crash the server
or read past the buffer.
Per [[feedback-simulation-discipline-for-every-substrate]] +
the S-class honest audit: DNS server is on the public-internet
attack surface for ANY operator who deploys the authoritative
server (replacing third-party DNS for nishifamily.com).
expect_exit: 0
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_dns_authoritative.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 19 | func decode_call(buf: *u8, n: i64, start: i64) -> i64 |
| 25 | func main() -> i64 |