2018-11-07 Fred Gleason <fredg@paravelsystems.com>

* Fixed buffer overflow bugs in the rd_export(7) rivcwebapi call.
	* Fixed buffer overflow bugs in the rd_listservices(7) rivcwebapi call.
	* Fixed buffer overflow bugs in the rd_trimaudio(7) rivcwebapi call.
This commit is contained in:
Fred Gleason
2018-11-07 14:13:11 -05:00
parent 767654a751
commit e05d707ed5
6 changed files with 22 additions and 17 deletions

View File

@@ -101,7 +101,6 @@ int main(int argc,char *argv[])
//
// Call the function
//
int result=RD_ExportCart( host,
user,
passwd,
@@ -119,7 +118,6 @@ int main(int argc,char *argv[])
0,
filename,
user_agent);
if(result<0) {
fprintf(stderr,"Something went wrong! Result Code = %d\n",result);
exit(256);