[836] in Coldmud discussion meeting

root meeting help first previous next last

backdoor close SEGV bug fixed

daemon@ATHENA.MIT.EDU (Sun Oct 22 17:57:11 1995 )

Date: Sun, 22 Oct 1995 15:47:41 -0600
From: 869683 Gillespie Brandon James <brandon@avon.declab.usu.edu>
To: coldstuff@pippin.ece.usu.edu


The problem was actually not the backdoor's fault, but the fact that the
disconnect method on $backdoor was set as protected, and when the driver
tried to test the perms, it bombed on the fact that cur_frame was NULL
(and it was checking for cur_frame->xxx etc).

0.2-7 has fixed this.

For now, just @mmod +driver $backdoor.disconnect

-Brandon