• Eric Pouech's avatar
    shell32: Fixes for bugs found by valgrind on shell32 tests harness. · 1be2e1ed
    Eric Pouech authored
    - read strings from left to right (PathGetDriveNumberW)
    - don't access buffers before they are filled (SHGetPathFromIDListW)
    - fill buffers & variables on all paths (SHELL_FindExecutable)
    - handle error condition (unix_fs)
    - don't shoot in the blind for AW APIs (tests/shelllink.c)
    1be2e1ed
shelllink.c 19.1 KB