mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
f888868f46
It removed all ocurrences of the following functions :
sprintf
strcpy
strcat
The replacements are slprintf, safe_strcpy and safe_strcat.
It should not be possible to use code in Samba that uses
sprintf, strcpy or strcat, only the safe_equivalents.
Once Andrew has fixed the slprintf implementation then
this code will be moved back to the 1.9.18 code stream.
Jeremy.
(This used to be commit
|
||
---|---|---|
.. | ||
clientgen.c | ||
credentials.c | ||
namequery.c | ||
nmblib.c | ||
nterr.c | ||
smbdes.c | ||
smbencrypt.c | ||
smberr.c |