Skip to content

GetFullPathNameW() may use truncated pathes #193

@robUx4

Description

@robUx4

The call to GetFullPathNameW() in src\mfx_dispatcher_vpl_loader.cpp only checks if the return value is 0. But if the path is too big for the string buffer it may return the number of needed (wide) characters. In that case the string it fills is truncated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions