issues
search
eBay
/
NuRaft
C++ implementation of Raft core logic as a replication library
Apache License 2.0
1.02k
stars
241
forks
source link
Replace `sprintf` with `snprintf` or `stringstream`
#409
Closed
greensky00
closed
1 year ago
greensky00
commented
1 year ago
To avoid buffer overflow,
sprintf
shouldn't be used.
sprintf
shouldn't be used.