X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbootstrap.c;fp=cinelerra-5.1%2Fguicast%2Fbootstrap.c;h=0ba35514ea67be66418571ae268d7cd3335493cf;hp=a697492be44f9566ba7be05b5a32766dce787725;hb=a7449f690c376b598d56ace484c6449c95acc7de;hpb=83b70dd60863377cb281e6be5206304e10373e30 diff --git a/cinelerra-5.1/guicast/bootstrap.c b/cinelerra-5.1/guicast/bootstrap.c index a697492b..0ba35514 100644 --- a/cinelerra-5.1/guicast/bootstrap.c +++ b/cinelerra-5.1/guicast/bootstrap.c @@ -71,7 +71,9 @@ int main(int argc, char *argv[]) char temp_path[1024]; char out_path[1024]; char *ptr; - char system_command[1024]; +// TODO 2100 to get rid of compiler warning, but better solution needed: +// temp_path and out_path parsing have potential buffer overflow. + char system_command[2100]; int current_arg = 1; int binary_mode = 0; int string_mode = 0;