use snprintf() in a bunch of cases to avoid overflowing fixed size buffers with unchecked strings
This commit is contained in:
@ -1408,7 +1408,7 @@ void Neighbor::init_topology()
|
||||
void Neighbor::print_pairwise_info()
|
||||
{
|
||||
int i,m;
|
||||
char str[128];
|
||||
char str[256];
|
||||
NeighRequest *rq;
|
||||
FILE *out;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user