head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2010.03.13.19.46.16;	author niels;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Fix coredump and take maintainership

PR:	ports/143035
Submitted by:	Jonathan Hanna <jhanna [at] pangolin-systems.com>
Approved by:	itetcu (mentor)
@
text
@--- strobe.orig	2010-03-13 19:26:31.000000000 +0100
+++ strobe.c	2010-03-13 19:27:06.000000000 +0100
@@@@ -1297,7 +1297,7 @@@@
 	exit (1);
     }
     port_descs=(struct port_desc_s **) Smalloc(sizeof(struct port_descs_s *) * 65536);
-    memset(port_descs, 0, 65536);
+    memset(port_descs, 0, sizeof(struct port_descs_s *) * 65536);
     while (fgets (lbuf, sizeof (lbuf), fh))
     {
 	char *p;
@
