fca3458ae7
#### Why I did it Avoid 'sscanf()' for number conversions. Its use can lead to undefined behavior, slow processing, and integer overflows. Instead prefer the 'strto*()' family of functions. #### How I did it replace sscanf with strtol #### How to verify it Manual test |
||
---|---|---|
.. | ||
debian | ||
tests/testfiles | ||
.gitignore | ||
Makefile | ||
ssg-test.cc | ||
systemd-sonic-generator.c | ||
systemd-sonic-generator.h |