Revision 7bc2aee4f196f9b049416dfb08fc3a271755c0d8 authored by Emilia Kasper on 12 May 2015, 17:00:30 UTC, committed by Matt Caswell on 11 June 2015, 13:52:39 UTC
CVE-2015-1790 Reviewed-by: Rich Salz <rsalz@openssl.org>
1 parent 9bc3665
point.sh
#!/bin/sh
rm -f "$2"
if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then
cp "$1" "$2"
else
ln -s "$1" "$2"
fi
echo "$2 => $1"

Computing file changes ...