git: kernel - Fix shmat() for 64-bit

看板DFBSD_commit作者時間16年前 (2010/03/28 08:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 65cac0a7e0f5b540e524e8872d616c4aa03ca6a8 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Mar 27 17:12:02 2010 -0700 kernel - Fix shmat() for 64-bit * shmat() was storing pointers into integer fields, which works fine for 32-bit but fails utterly for 64-bit. Fixed. Reported-by: Stathis Kamperis <ekamperi@gmail.com> Summary of changes: sys/kern/syscalls.master | 2 +- sys/kern/sysv_shm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/65cac0a7e0f5b540e524e8872d616c4aa03ca6a8 -- DragonFly BSD source repository
文章代碼(AID): #1BhgE6J9 (DFBSD_commit)