mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 22:51:13 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user