Skip to content

Use memcpy instead of strcpy #180

@szszszsz

Description

@szszszsz

While sending temporary password, the strcpy is used to copy binary buffer, which might result in setting the value shorter than allowed.

strcpyT(authreq.temporary_password, temporary_password);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions