Security fix patch. Fix insecure temporary file and directory creations. (CAN-2004-0231)
Этот коммит содержится в:
родитель
ce8669be61
Коммит
d65d90116c
@ -1375,8 +1375,10 @@ A Vuelca el contenido del archivo seleccionado
|
||||
od -c %f
|
||||
|
||||
B Edita un informe de errores y lo envэa al superusuario
|
||||
vi /tmp/mail.$$
|
||||
mail -s "Error Midnight Commander" root < /tmp/mail.$$
|
||||
I=`mktemp ${MC_TMPDIR:-/tmp}/mail.XXXXXX` || exit 1
|
||||
vi $I
|
||||
mail -s "Error Midnight Commander" root < $I
|
||||
rm -f $I
|
||||
|
||||
M Lee al correo
|
||||
emacs -f rmail
|
||||
|
@ -1381,8 +1381,10 @@ A A kiv
|
||||
od -c %f
|
||||
|
||||
B A hiba leэrсs szerkesztщse щs elk№ldщse a root-nak
|
||||
vi /tmp/mail.$$
|
||||
mail -s "Midnight Commander bug" root < /tmp/mail.$$
|
||||
I=`mktemp ${MC_TMPDIR:-/tmp}/mail.XXXXXX` || exit 1
|
||||
vi $I
|
||||
mail -s "Midnight Commander bug" root < $I
|
||||
rm -f $I
|
||||
|
||||
M Levщl olvasсs
|
||||
emacs -f rmail
|
||||
|
@ -1390,8 +1390,10 @@ A Mostra un dump del file correntemente selezionato
|
||||
od -c %f
|
||||
|
||||
B Modifica un rapporto bachi e lo spedisce a root
|
||||
vi /tmp/mail.$$
|
||||
mail -s "Midnight Commander bug" root < /tmp/mail.$$
|
||||
I=`mktemp ${MC_TMPDIR:-/tmp}/mail.XXXXXX` || exit 1
|
||||
vi $I
|
||||
mail -s "Midnight Commander bug" root < $I
|
||||
rm -f $I
|
||||
|
||||
M Legge la posta
|
||||
emacs -f rmail
|
||||
|
@ -1401,8 +1401,10 @@ A Dump the currently selected file
|
||||
od -c %f
|
||||
|
||||
B Edit a bug report and send it to root
|
||||
vi /tmp/mail.$$
|
||||
mail -s "Midnight Commander bug" root < /tmp/mail.$$
|
||||
I=`mktemp ${MC_TMPDIR:-/tmp}/mail.XXXXXX` || exit 1
|
||||
vi $I
|
||||
mail -s "Midnight Commander bug" root < $I
|
||||
rm -f $I
|
||||
|
||||
M Read mail
|
||||
emacs -f rmail
|
||||
|
@ -1174,8 +1174,10 @@ A Wyrzu
|
||||
od -c %f
|
||||
|
||||
B Stwєrz raport o b│ъdzie i wy╢lij do roota.
|
||||
vi ~/tmp/mail.$$
|
||||
mail -s "B│▒d Midnight Commandera" root < ~/tmp/mail.$$
|
||||
I=`mktemp ${MC_TMPDIR:-/tmp}/mail.XXXXXX` || exit 1
|
||||
vi $I
|
||||
mail -s "B│▒d Midnight Commandera" root < $I
|
||||
rm -f $I
|
||||
|
||||
M Przeczytaj pocztъ.
|
||||
emacs -f rmail
|
||||
|
@ -1563,8 +1563,10 @@ A Dump the currently selected file
|
||||
od -c %f
|
||||
|
||||
B Edit a bug report and send it to root
|
||||
vi /tmp/mail.$$
|
||||
mail -s "Midnight Commander bug" root < /tmp/mail.$$
|
||||
I=`mktemp ${MC_TMPDIR:-/tmp}/mail.XXXXXX` || exit 1
|
||||
vi $I
|
||||
mail -s "Midnight Commander bug" root < $I
|
||||
rm -f $I
|
||||
|
||||
M Read mail
|
||||
emacs -f rmail
|
||||
|
@ -1383,8 +1383,10 @@ A
|
||||
od -c %f
|
||||
|
||||
B ├р╒Єу°╒ ▀р╪°╨╥у ╙р╒ш┌╒ ╪ ш╨∙╒ °╒ ╨╘▄╪▌╪стр╨т▐ру
|
||||
vi /tmp/mail.$$
|
||||
mail -s "│р╒ш┌╨ у ▀▐▌▐√▌▐▄ ▌╨р╒╘▌╪┌у" root < /tmp/mail.$$
|
||||
I=`mktemp ${MC_TMPDIR:-/tmp}/mail.XXXXXX` || exit 1
|
||||
vi $I
|
||||
mail -s "│р╒ш┌╨ у ▀▐▌▐√▌▐▄ ▌╨р╒╘▌╪┌у" root < $I
|
||||
rm -f $I
|
||||
|
||||
M ╟╪т╨ ▀▐шту
|
||||
emacs -f rmail
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user