Hamlib/rpcrig
Nate Bargmann c941966b4a Assure NULL terminated strings in rpc 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 20:54:49 -06:00
..
Makefile.am Move backend libraries into /usr/lib/hamlib directory. 2010-09-26 02:23:50 +00:00
rpc.rigd.8 Many man page updates to provide needed information and (hopefully) 2007-02-24 20:24:34 +00:00
rpcrig.x Update LGPL/GPL header in RPC rig source files. 2011-08-22 21:38:36 -05:00
rpcrig_backend.c Remove set but unused variable errors in rpcrig. 2011-08-26 13:42:51 -05:00
rpcrig_backend.h Update LGPL/GPL header in RPC rig source files. 2011-08-22 21:38:36 -05:00
rpcrig_proc.c Remove set but unused variable errors in rpcrig. 2011-08-26 13:42:51 -05:00
rpcrigd.c Assure NULL terminated strings in rpc files. 2012-01-07 20:54:49 -06:00