DragonFlyBSD Kernel Audit
DF-0755 / build.log
← back to finding ↓ download raw
### cc race_harness.c ###
race_harness.c: In function 'tracer':
race_harness.c:59:34: warning: initialization of 'struct <anonymous> *' from incompatible pointer type 'struct <anonymous> *' [-Wincompatible-pointer-types]
   struct { char pad[64]; } *td = &tcp_debug[slot];
                                  ^
BUILD_EXIT=0
### cc race_harness_fixed.c ###
race_harness_fixed.c: In function 'tracer':
race_harness_fixed.c:45:6: warning: assignment to 'struct <anonymous> *' from incompatible pointer type 'struct <anonymous> *' [-Wincompatible-pointer-types]
   td = &tcp_debug[slot];
      ^
BUILD_EXIT=0
### cc tcp_oob_trigger.c ###
BUILD_EXIT=0
### cc tcp_oob_aggressive.c ###
BUILD_EXIT=0
-rwxr-xr-x  1 maxx  maxx   8176 Jul  9 11:17 race_harness
-rwxr-xr-x  1 maxx  maxx   9128 Jul  9 11:17 race_harness_fixed
-rwxr-xr-x  1 maxx  maxx  10176 Jul  9 11:17 tcp_oob_aggressive
-rwxr-xr-x  1 maxx  maxx  10224 Jul  9 11:17 tcp_oob_trigger