Skip to content

Use memcpy instead of strcpy #180

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions