[master] 7d03352 strlcpy no more

Federico G. Schwindt fgsch at lodoss.net
Mon Oct 24 00:39:04 CEST 2016


commit 7d033523b1b9bd17dce44f3d5302e79a0407a7dc
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Sun Oct 23 23:35:55 2016 +0100

    strlcpy no more

diff --git a/flint.lnt b/flint.lnt
index 5359c22..9f3f158 100644
--- a/flint.lnt
+++ b/flint.lnt
@@ -37,7 +37,6 @@
 
 -esym(534, strcat)
 -esym(534, strcpy)
--esym(534, strlcpy)
 -esym(534, strncpy)
 
 -esym(534, sleep)
diff --git a/lib/libvarnish/flint.lnt b/lib/libvarnish/flint.lnt
index 881e8f8..cc2ed87 100644
--- a/lib/libvarnish/flint.lnt
+++ b/lib/libvarnish/flint.lnt
@@ -44,7 +44,6 @@
 -esym(534, vsb_putc)	// Ignoring return value of function
 -esym(534, strcat)	// Ignoring return value of function
 -esym(534, strcpy)	// Ignoring return value of function
--esym(534, strlcpy)	// Ignoring return value of function
 
 -emacro(506, isnan)	// constant value boolean
 -emacro(747, isnan)	// significant coersion



More information about the varnish-commit mailing list