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
The util::find_program() function assumes that when it encounters a file in one of the search directories, it will be executable. It would be more robust to add the needed check on the file metadata.
The text was updated successfully, but these errors were encountered:
The
util::find_program()
function assumes that when it encounters a file in one of the search directories, it will be executable. It would be more robust to add the needed check on the file metadata.The text was updated successfully, but these errors were encountered: