Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jun 2006 16:19:47 +0200
From:      Pawel Worach <pawel.worach@gmail.com>
To:        Pawel Jakub Dawidek <pjd@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/geom/eli g_eli.c g_eli.h g_eli_ctl.c g_eli_integrity.c g_eli_key.c g_eli_privacy.c
Message-ID:  <44858F03.7060608@gmail.com>
In-Reply-To: <200606052138.k55LcsFc057481@repoman.freebsd.org>
References:  <200606052138.k55LcsFc057481@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Pawel Jakub Dawidek wrote:
> pjd         2006-06-05 21:38:54 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/geom/eli         g_eli.c g_eli.h g_eli_ctl.c g_eli_key.c 
>   Added files:
>     sys/geom/eli         g_eli_integrity.c g_eli_privacy.c 
>   Log:
>   Implement data integrity verification (data authentication) for geli(8).
>   

Really cool! One tiny problem though...

cc -c -O -pipe -march=pentium-m -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
-Wcast-qual  -Wundef -fformat-extensions -std=c99 -g -nostdinc -I-  -I. 
-I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL 
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
-finline-limit=8000 --param inline-unit-growth=100 --param 
large-function-growth=1000  -mno-align-long-strings 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 
-mno-sse3 -ffreestanding -Werror  /usr/src/sys/geom/eli/g_eli_integrity.c
/usr/src/sys/geom/eli/g_eli_integrity.c: In function `g_eli_auth_run':
/usr/src/sys/geom/eli/g_eli_integrity.c:407: warning: 'auth' might be 
used uninitialized in this function

-- 
Pawel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44858F03.7060608>