I don't remember that one. Was it for drivers or pushable modules? Do you have a copy of an old e-mail that I could use as a reminder.

(Of course you sent your email at almost exactly the same time that I sent the one announcing a new version of LiS.)

-- Dave

At 03:12 PM 10/9/2003 Thursday, David Lehmann wrote:
Hello,

Many moons ago, I reported a strange problem in LiS.
It seems that the close routine for modules can be called twice.
Fortunately, the following hack at the top of the close routine
solves the problem.

        if (q->q_ptr == NULL)
        {
                return 0;
        }

Maybe the fix was forgotten when more pressing problems were
being addressed.

--

David Lehmann                          Ulticom, Inc.
AOL/Yahoo IM: davidULCM                1020 Briggs Road
1-856-787-2729                         Mt. Laurel, NJ 08054   USA


_______________________________________________ Linux-streams mailing list [EMAIL PROTECTED] http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams


_______________________________________________
Linux-streams mailing list
[EMAIL PROTECTED]
http://gsyc.escet.urjc.es/mailman/listinfo/linux-streams

Reply via email to