[master] 34758f9 Catch up with VSHA256

Poul-Henning Kamp phk at FreeBSD.org
Tue Oct 31 12:09:05 UTC 2017


commit 34758f90e104edd88bfcde79edcab2cacbe144c8
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Oct 31 12:08:10 2017 +0000

    Catch up with VSHA256

diff --git a/lib/libvarnish/flint.lnt b/lib/libvarnish/flint.lnt
index 636828a..64d4dd2 100644
--- a/lib/libvarnish/flint.lnt
+++ b/lib/libvarnish/flint.lnt
@@ -1,10 +1,10 @@
--efunc(835, SHA256_Transform)	// A zero has been given as ___ argument to operator '___'
--efunc(778, SHA256_Transform)	// Constant expression evaluates to 0 in operation '___'
--efunc(661, SHA256_Transform)	// Possible access of out-of-bounds pointer
--efunc(662, SHA256_Transform)	// Possible creation of out-of-bounds pointer
--efunc(662, SHA256_Update)	// Possible creation of out-of-bounds pointer
+-efunc(835, VSHA256_Transform)	// A zero has been given as ___ argument to operator '___'
+-efunc(778, VSHA256_Transform)	// Constant expression evaluates to 0 in operation '___'
+-efunc(661, VSHA256_Transform)	// Possible access of out-of-bounds pointer
+-efunc(662, VSHA256_Transform)	// Possible creation of out-of-bounds pointer
+-efunc(662, VSHA256_Update)	// Possible creation of out-of-bounds pointer
 -efunc(662, be32dec_vect)	// Possible creation of out-of-bounds pointer
--efunc(670, SHA256_Update)	// Possible access beyond array for function '___',
+-efunc(670, VSHA256_Update)	// Possible access beyond array for function '___',
 +fan			// Allow anon unions
 
 -e713	// Loss of precision (assignment) (unsigned long long to long long)


More information about the varnish-commit mailing list