Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
422cadf
)
Implement esnprintf() and make formatted calls more efficient
author
Laslo Hunhold <
[email protected]
>
Sat, 19 May 2018 17:33:04 +0000
(19:33 +0200)
committer
Aaron Marcher <
[email protected]
>
Sat, 19 May 2018 17:44:02 +0000
(19:44 +0200)
Within the components, snprintf() was unchecked and had inefficient
calls in some places.
We implement esnprintf() that does all the dirty laundry for us
and use it exclusively now.
No differences found