Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[systemd-sonic-generator] replace sscanf with strtol (sonic-net#15357)
#### 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
- Loading branch information