[PATCH] cpukit/mghttpd/mongoose: Fix format truncation warning

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Sep 16 04:36:06 UTC 2020


On 16/09/2020 05:59, Chris Johns wrote:

>> +       mount_path = malloc(strlen(buf) + 1 + sizeof(gz_path);
>> +       if (mount_path != NULL))
>> +        strlcpy(mount_path, ".gz", sizeof(mount_path));
>> +      }
>> +          snprintf(gz_path, sizeof(gz_path), "%s.gz", buf*)
>> +*/
> Sorry I am not reviewing these changes any more.
Sorry Chris, this is my fault. I was not clear enough to communicate 
that this patch set should first go through an internal review before we 
send it to the mailing list.


More information about the devel mailing list