DF-0767 / build.log
DF-0767 — malicious NFSv3 server build log
==========================================
Build command (as maxx): cc -O2 -Wall -o nfs_mal_server nfs_mal_server.c
$ cc -O2 -Wall -o nfs_mal_server nfs_mal_server.c
nfs_mal_server.c:153:12: warning: 'dc_skip_opaque' defined but not used [-Wunused-function]
static int dc_skip_opaque(dcur *c) {
^~~~~~~~~~~~~~
BUILD_EXIT=0
$ ls -l nfs_mal_server
-rwxr-xr-x 1 maxx maxx 13896 Jul 8 07:40 nfs_mal_server
(The single -Wunused-function warning is for a decoder helper kept for
completeness; it does not affect the build or behavior.)