Use fchmod to update command history file. (#9447)
This is considered a safer approach as it prevents a race condition that could lead to chmod executed on a different file. Not a major risk, but CodeQL alerted this so it makes sense to fix.
Please register or sign in to comment