2005-05-01から1ヶ月間の記事一覧

FreeBSD-SA-05:07.ldt "Local kernel memory disclosure in i386_get_ldt"

The FreeBSD Project よりセキュリティ勧告が出ました。要点を以下にまとめます。 i386_get_ldt(2)は引数のチェックが不十分で、負か非常に大きな値を渡すと不適当なカーネルメモリの一部をコピーしてしまう脆弱性がある。 この脆弱性により権限のないユーザ…

FreeBSD-SA-05:08.kmem "Local kernel memory disclosure"

The FreeBSD Project よりセキュリティ勧告が出ました。要点を以下にまとめます。 カーネル内の幾つかの場所で最初にバッファをゼロクリアしていないため、他の内容の一部を公開してしまう脆弱性がある。 この脆弱性により権限のないユーザがカーネルメモリ…

ng_natおよびlibaliasを付け加えました

追加 # libalias library, performing NAT options LIBALIAS options NETGRAPH_NAT commit log Attach ng_nat and libalias to build. ビルドにng_natおよびlibaliasを付け加えました。 $FreeBSD: src/sys/conf/NOTES,v 1.1315 2005/05/06 14:47:53 glebius …

authpf(8)が機能するためにはfdescfs(5)を必要とする

20050503: The packet filter (pf) code has been updated to OpenBSD 3.7 Please note the changed anchor syntax and the fact that authpf(8) now needs a mounted fdescfs(5) to function. パケットフィルタ(pf)コードはOpenBSD 3.7に更新されました。変…

3.08.3となるocamlの最近の更新によりあるAPIの互換性は失われます

20050501: AFFECTS users of lang/ocaml based applications and libraries AUTHOR lioux@FreeBSD.org With the recent update of ocaml to 3.08.3 some API compability*1 has been broken. It is a bit subtle so that some users might not notice it. Ho…