trusteddomainproject / OpenDKIM

Other
97 stars 52 forks source link

dkim.c:6092 #109

Closed hdatma closed 3 years ago

hdatma commented 3 years ago
dkim.c:6092:49: warning: size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination [-Wstrlcpy-strlcat-size]
    strlcpy((char *) dkim->dkim_zdecode, z, strlen(z));
                                            ~~~~~~~^~
hdatma commented 3 years ago

duplicate