sonic-utilities
sonic-utilities copied to clipboard
Fix for integer overflow of counter value if its too large
What I did
Changed the data type casting to float if count coming is too large or in scientific notation .
How I did it
made it float then type cast to int for display purpose
How to verify it
Manually passed big value and see the count output if it breaks or works