Date: Sun, 10 Mar 1996 17:28:53 -0800 (PST) From: Mostyn/Annabella <mrl@teleport.com> To: current@freebsd.org Cc: mrl@teleport.com Subject: Today's -current + cd9660 Message-ID: <199603110128.RAA22856@linda.teleport.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603110128.RAA22856>