Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
7084ad6a
Commit
7084ad6a
authored
Mar 24, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
protection against "ln -s /etc/passwd /tmp/failed-mysql-bugreport"
parent
bc9de3d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/mysqlbug.sh
scripts/mysqlbug.sh
+2
-2
No files found.
scripts/mysqlbug.sh
View file @
7084ad6a
...
@@ -252,9 +252,9 @@ eval $EDIT $TEMP
...
@@ -252,9 +252,9 @@ eval $EDIT $TEMP
if
cmp
-s
$TEMP
$TEMP
.x
if
cmp
-s
$TEMP
$TEMP
.x
then
then
echo
"File not changed, no bug report submitted."
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
"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
exit
1
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment