DragonFlyBSD Kernel Audit
DF-0610 / build.log
← back to finding ↓ download raw
+ cc -o poc poc.c
poc.c: In function 'main':
poc.c:116:27: warning: conversion from 'long long unsigned int' to 'unsigned int' changes value from '75068247257392' to '808857904' [-Woverflow]
  buf.m.header.token     = 0x444630363130ULL; /* 'DF0610' */
                           ^~~~~~~~~~~~~~~~~
BUILD_EXIT=0
-rwxr-xr-x  1 root  wheel  9576 Jul 13 10:16 poc
===RUN===
+ ./poc
socket(AF_NETGRAPH,NG_CONTROL): Protocol not supported
NOTE: AF_NETGRAPH requires the netgraph7 socket module; if this fails the netgraph stack is not loaded.
RUN_EXIT=1