[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:30190] linux-2.6.31.5



  名倉 です。

    linux-2.6.31.5とりあえず1台あげてみました。

  下記のパッチをあててみました。
  http://patchwork.kernel.org/patch/54678/

  diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c
  index 51ab497..fc820cd 100644
  --- a/net/unix/af_unix.c
  +++ b/net/unix/af_unix.c
  @@ -1074,6 +1074,8 @@  restart:
 	err = -ECONNREFUSED;
 	if (other->sk_state != TCP_LISTEN)
 		goto out_unlock;
  +	if (other->sk_shutdown & RCV_SHUTDOWN)
  +		goto out_unlock;

 	if (unix_recvq_full(other)) {
 		err = -EAGAIN;

  http://secunia.com/advisories/37086/2/
  のセキュリティfix セキュリティ的にはNot criticalのようですが
  リモートよりログインしたときのひきづったかんじ(プチフリ?)
    が未パッチのlinux-2.6.31.4ではありましたが解消されているように感じています。



 
  





[検索ページ] [メール一覧]
Plamo ML 公開システム