]> code.citadel.org Git - citadel.git/commit
* Fixed the crash problem. It wasn't AGUP/ASUP, but rather a buffer
authorArt Cancro <ajc@citadel.org>
Tue, 18 Aug 1998 00:03:11 +0000 (00:03 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 18 Aug 1998 00:03:11 +0000 (00:03 +0000)
commit1903f6bbd02a7c320be8223db619946da9f84723
tree05a95d11403951038ba44d67263e77f5e5b24bb9
parent2ca409825c7a2a324b5103a1e1f232069a463975
    * Fixed the crash problem.  It wasn't AGUP/ASUP, but rather a buffer
          overrun in getuser() (thanks, Nathan).  Implemented overrun checks
          in getuser(), getroom(), and getfloor() to prevent future problems.
citadel/ChangeLog
citadel/room_ops.c
citadel/user_ops.c