You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
p11-kit uses "_spawnv" to launch trust.exe, but I found that "_spawnv" has a bug in handling whitespace characters.
The 3rd argument of "_spawnv" seems to be passed to the command as a single string, even if it is separated by an array.
If you enclose them in double quotes, they are treated as a single argument.
However, if argv[0] is enclosed in double quotes and passed to the 2nd argument of "_spawnv", an error occurs.
Description / Steps to reproduce the issue
C:\Program Files\msys64
.pacman -S mingw-w64-ucrt-x86_64-ca-certificates
.Expected behavior
No error occuers.
Actual behavior
Verification
Windows Version
MSYS_NT-10.0-26100
MINGW environments affected
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: