Skip to content

memcpy a pass by value variable in enc_text_decrypt(enc_text.cpp) #6

@ScottLiao920

Description

@ScottLiao920

in line 410-411 of enc_text.cpp, it means to update dst_len with the actual length of decrypted string, but as dst_len is passed by value, this update will not affect dst_len on the caller side.
Is it designed to perform as this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions