Hamlib/tuner
Nate Bargmann 0c525a64e2 Assure NULL terminated strings in tuner files.
Various strncpy operations could result in a port pathname that is not a
NULL terminated string as the allowed string length is the same size as
the buffer per the strncpy manual page.  This is corrected by assuring
that the allowed length is FILPATHLEN - 1.
2012-01-07 21:52:48 -06:00
..
Makefile.am
tuner.c
tuner.h
v4l.c Assure NULL terminated strings in tuner files. 2012-01-07 21:52:48 -06:00
v4l2.c Assure NULL terminated strings in tuner files. 2012-01-07 21:52:48 -06:00
videodev.h
videodev2.h