K 10 svn:author V 6 jilles K 8 svn:date V 27 2017-04-16T22:10:02.014910Z K 7 svn:log V 256 sh: Fix use after free when resetting an in-use alias. The special case of modifying an existing alias does not work correctly if the alias is currently in use. Instead, handle this case by unaliasing the old alias (if any) and then creating a new alias. END