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

Chris Johns chrisj at rtems.org
Wed Sep 16 05:57:37 UTC 2020


On 16/9/20 2:36 pm, Sebastian Huber wrote:
> 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.

All good. I wanted the record to show what happened to the patches.

Chris


More information about the devel mailing list