DragonFlyBSD Kernel Audit
DF-0316 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# Low-severity source-confirmed finding; no standalone PoC binary.
# Fix validated via the combined patch in findings/poc/_low_merged.patch:
#   cd /usr/src && patch -p1 < _low_merged.patch
#   make -j6 nativekernel KERNCONF=X86_64_GENERIC   # rc=0 -Werror
echo 'see findings/poc/_low_merged.patch (combined build)'
exit 0