Source: ssh-agent-filter
Version: 0.4.2-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ssh-agent-filter.html

...
g++ -g -O2 -Werror=array-bounds -Werror=clobbered -Werror=volatile-register-var 
-Werror=implicit-function-declaration 
-fdebug-prefix-map=/build/1st/ssh-agent-filter-0.4.2=. -fstack-protector-strong 
-Wformat -Werror=format-security -std=c++11 -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FILE_OFFSET_BITS=64  -c -o ssh-agent-filter.o ssh-agent-filter.C
ssh-agent-filter.C: In function 'std::__cxx11::string md5_hex(const string&)':
ssh-agent-filter.C:114:48: error: invalid conversion from 'uint8_t* {aka 
unsigned char*}' to 'char*' [-fpermissive]
  base16_encode_update(hex, MD5_DIGEST_SIZE, bin);
                                                ^
In file included from ssh-agent-filter.C:82:0:
/usr/include/nettle/base16.h:64:1: note:   initializing argument 1 of 'void 
nettle_base16_encode_update(char*, size_t, const uint8_t*)'
 base16_encode_update(char *dst,
 ^
ssh-agent-filter.C: In function 'std::__cxx11::string base64_encode(const 
string&)':
ssh-agent-filter.C:122:98: error: invalid conversion from 'uint8_t* {aka 
unsigned char*}' to 'char*' [-fpermissive]
  auto len = base64_encode_update(&ctx, b64, s.size(), reinterpret_cast<uint8_t 
const *>(s.data()));
                                                                                
                  ^
In file included from ssh-agent-filter.C:81:0:
/usr/include/nettle/base64.h:98:1: note:   initializing argument 2 of 'size_t 
nettle_base64_encode_update(base64_encode_ctx*, char*, size_t, const uint8_t*)'
 base64_encode_update(struct base64_encode_ctx *ctx,
 ^
ssh-agent-filter.C:123:39: error: invalid conversion from 'uint8_t* {aka 
unsigned char*}' to 'char*' [-fpermissive]
  len += base64_encode_final(&ctx, b64 + len);
                                   ~~~~^~~~~
In file included from ssh-agent-filter.C:81:0:
/usr/include/nettle/base64.h:106:1: note:   initializing argument 2 of 'size_t 
nettle_base64_encode_final(base64_encode_ctx*, char*)'
 base64_encode_final(struct base64_encode_ctx *ctx,
 ^
ssh-agent-filter.C: In function 'int main(int, const char* const*)':
ssh-agent-filter.C:547:8: warning: ignoring return value of 'int chdir(const 
char*)', declared with attribute warn_unused_result [-Wunused-result]
   chdir("/");
   ~~~~~^~~~~
<builtin>: recipe for target 'ssh-agent-filter.o' failed
make[1]: *** [ssh-agent-filter.o] Error 1

Reply via email to