Skip to content

cstrlenW #2

@realsec

Description

@realsec

in main file cstrlenW is defined as so:
#define cstrlenW(str) (sizeof(str)-1)/sizeof(WCHAR)

i gess it should be defined instead as so:
#define cstrlenW(str) ((sizeof(str)/sizeof(WCHAR))-1)

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