From owner-freebsd-current Sun Mar 10 17:29:01 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA07266 for current-outgoing; Sun, 10 Mar 1996 17:29:01 -0800 (PST) Received: from desiree.teleport.com (desiree.teleport.com [192.108.254.21]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA07257 for ; Sun, 10 Mar 1996 17:28:57 -0800 (PST) Received: from linda.teleport.com (mrl@linda.teleport.com [192.108.254.12]) by desiree.teleport.com (8.6.12/8.6.9) with ESMTP id RAA14561; Sun, 10 Mar 1996 17:28:53 -0800 From: Mostyn/Annabella Received: (mrl@localhost) by linda.teleport.com (8.6.12/8.6.12) id RAA22856; Sun, 10 Mar 1996 17:28:53 -0800 Message-Id: <199603110128.RAA22856@linda.teleport.com> Subject: Today's -current + cd9660 To: current@freebsd.org Date: Sun, 10 Mar 1996 17:28:53 -0800 (PST) Cc: mrl@teleport.com X-Mailer: ELM [version 2.4 PL25] Content-Type: text Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi All, It's alreadi been reported that cd9660_readdir panics at 0x1a7 with a movzbl 0(%ecx),%esi - well it still does - and examining the code points to the line isoflags = isonum_711(imp->iso_ftype == ISO_FTYPE_HIGH_SIERRA? &ep->date[6]: ep->flags); In that routine - it seems that the dereference of ep causes the panic. Seems the system buffer is not mapped?! Mostyn