Skip to content

ftpd.c frees static memory #3

@Nick507

Description

@Nick507

For example, in cmd_list_common function:
free(cwd);
whereas cwd is result from vfs_getcwd, which returns cwd, which is static char cwd[100] = "/";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions