On Wed, 22 Jul 2015 13:05:32 +0000 Daniel Borkmann <dan...@iogearbox.net> wrote:
> On 07/22/2015 02:29 PM, Nicolas Dichtel wrote: > > Error was: > > f_bpf.o: In function `bpf_parse_opt': > > f_bpf.c:(.text+0x88f): undefined reference to `secure_getenv' > > m_bpf.o: In function `parse_bpf': > > m_bpf.c:(.text+0x587): undefined reference to `secure_getenv' > > collect2: error: ld returned 1 exit status > > > > CC: Daniel Borkmann <dan...@iogearbox.net> > > Fixes: 88eea5395483 ("tc: {f,m}_bpf: allow to retrieve uds path from env") > > Signed-off-by: Nicolas Dichtel <nicolas.dich...@6wind.com> > > Thanks Nicolas! I am thinking we should probably just stick to getenv() > and convert these two users. > > Thanks, > Daniel Yes, please use getenv() unless there is a obvious special security requirement involved. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html