nhorman / dropwatch

user space utility to interface to kernel dropwatch facility
GNU General Public License v2.0
633 stars 92 forks source link

Fix fscanf error handling #38

Closed nhorman closed 3 years ago

nhorman commented 3 years ago

Theres a problem with how we are managing EOF and error conditions in kas scanning. Catch the error conditions properly and exit accordingly

Signed-off-by: Neil Horman nhorman@tuxdriver.com