mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
backport from pre3:
fix a string format vulnerability (probably not exploitable) svn:r2477
This commit is contained in:
@@ -287,7 +287,7 @@ void rep_hist_dump_stats(time_t now, int severity)
|
||||
break;
|
||||
}
|
||||
}
|
||||
log(severity, buffer);
|
||||
log(severity, "%s", buffer);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user