diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-03-15 20:05:35 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-03-15 20:05:35 +0000 |
commit | d4e55aef9516d2426ade8d35421f12c2eb5ed793 (patch) | |
tree | e3bb152145ce2836984ef02b8c214beabc92ab62 /libtrivfs/ChangeLog | |
parent | 98fba1729e7c80fa3b0c7b65d07495631ba213d1 (diff) |
Mon Mar 15 14:36:33 1999 Thomas Bushnell, BSG <tb@mit.edu>
* migsupport.c (trivfs_begin_using_protid): In first branch,
protect work against PI being null, and call ports_port_deref with
the proper value.
(trivfs_begin_using_control): Likewise.
Reported by Mark Kettenis (kettenis@wins.uva.nl).
Diffstat (limited to 'libtrivfs/ChangeLog')
-rw-r--r-- | libtrivfs/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog index e2599b56..c2da695e 100644 --- a/libtrivfs/ChangeLog +++ b/libtrivfs/ChangeLog @@ -1,3 +1,11 @@ +Mon Mar 15 14:36:33 1999 Thomas Bushnell, BSG <tb@mit.edu> + + * migsupport.c (trivfs_begin_using_protid): In first branch, + protect work against PI being null, and call ports_port_deref with + the proper value. + (trivfs_begin_using_control): Likewise. + Reported by Mark Kettenis (kettenis@wins.uva.nl). + 1999-02-06 Mark Kettenis <kettenis@gnu.org> * trivfs.h (trivfs_check_access_hook): New variable. |