mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
protection against "ln -s /etc/passwd /tmp/failed-mysql-bugreport"
This commit is contained in:
parent
cba6ff7597
commit
5de17ec592
1 changed files with 2 additions and 2 deletions
|
|
@ -252,9 +252,9 @@ eval $EDIT $TEMP
|
|||
if cmp -s $TEMP $TEMP.x
|
||||
then
|
||||
echo "File not changed, no bug report submitted."
|
||||
cp $TEMP /tmp/failed-mysql-bugreport
|
||||
mv -f $TEMP /tmp/failed-mysql-bugreport
|
||||
echo "The raw bug report exists in /tmp/failed-mysql-bugreport"
|
||||
echo "If you use this remember that the first lines of the report now is a lie.."
|
||||
echo "If you use this remember that the first lines of the report are now a lie.."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue