mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
ignore memcpy warning of flawfinder (false positive)
This commit is contained in:
@@ -23,7 +23,7 @@ static wsfs_status wsfs_fill_buffer(
|
||||
*buffer = malloc(count);
|
||||
if (0 == strcmp("identity", format))
|
||||
{
|
||||
memcpy(*buffer, data, count);
|
||||
memcpy(*buffer, data, count); /* Flawfinder: ignore */
|
||||
}
|
||||
else if (0 == strcmp("base64", format))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user