git: libkvm - Fix seg-fault in ps output when loading a process'

看板DFBSD_commit作者時間14年前 (2011/12/28 02:04), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit edec16bab2351da1b5e91ea64c7d7155562cf20d Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Dec 1 15:53:24 2011 -0800 libkvm - Fix seg-fault in ps output when loading a process's argv * An offset calculation used when the string space is relocated by realloc was being stored in an 'int' instead of a 'size_t', causing the recalculated pointer to go wild. Summary of changes: lib/libkvm/kvm_proc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/edec16bab2351da1b5e91ea64c7d7155562cf20d -- DragonFly BSD source repository
文章代碼(AID): #1E-WYqCf (DFBSD_commit)