
A call to strcpy was made in blr_file_create where the function was given the same pointer as both parameters. To avoid this, the file name is now copied to a local variable before the router variables are modified.
A call to strcpy was made in blr_file_create where the function was given the same pointer as both parameters. To avoid this, the file name is now copied to a local variable before the router variables are modified.