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
In the function RAND_file_name(), chmod(file, 0600) is executed on line 249.
But the result of the chmod(...) function execution is not checked.
Maybe it is worth checking the result, because chmod(...) should restrict permissions and its successful execution seems important?
The text was updated successfully, but these errors were encountered:
OpenSSL 3.0.14
In the function RAND_file_name(), chmod(file, 0600) is executed on line 249.
But the result of the chmod(...) function execution is not checked.
Maybe it is worth checking the result, because chmod(...) should restrict permissions and its successful execution seems important?
The text was updated successfully, but these errors were encountered: