DF-2836 / manifest.json
{ "finding_id": "DF-2836", "verdict": "reproduced", "impact": "dos", "confidence": "certain", "reproduce": { "build": "cc -O -o stateinherit stateinherit.c", "run": "./stateinherit", "expected": "unix: accepted send = -1 errno=32 [Broken pipe] on stock kernel (want 4); accepted recv = 4 proves the connection is live; fixed kernel returns send = 4" }, "kernel_refs": [ "sys/kern/uipc_socket2.c:383", "sys/kern/uipc_socket.c:1953-1960", "sys/kern/uipc_usrreq.c:1215" ], "artifacts": [ "README.md", "VERDICT.md", "stateinherit.c", "build.sh", "run.sh", "run.log", "run.2.log", "fix_validation.log", "fix.diff", "env.txt", "manifest.json", "verdict.json" ] } |