varlink / libvarlink

C implementation of the Varlink protocol and command line tool
Apache License 2.0
111 stars 15 forks source link

scanner: Fix parsing interface names #13

Closed larskarlitski closed 5 years ago

larskarlitski commented 5 years ago

The len parameter was not taken into account for some of the checks in interface_name_valid(). It has to be because the passed in parameter is not 0-terminated.