Open
Description
This error appears in our vsftpd benchmarks (-alltypes)
sysdeputil.c:905:35: error: initializing '_Array_ptr<_Nt_array_ptr<char>>' with an expression of incompatible type 'char **'
_Array_ptr<_Nt_array_ptr<char>> p_env = environ;
^ ~~~~~~~
It's related to a global variable with an itype inside an unwritable file, and the local copy and usage is inside an #ifdef
.
The error needs to be explored more, but this issue us being used as a link target from the benchmark summary that acknowledges the problem.