VUTBR / nf-tools

NetFlow processing tools
6 stars 3 forks source link

Fixed invalid data type for getopt() return value. #7

Closed jwrona closed 8 years ago

jwrona commented 8 years ago

The signedness of a char is implementation-defined. On ARMv7 architecture, where char is unsigned by default, this was causing an infinite loop during arguments parsing.