NetBSD Problem Report #50537

From www@NetBSD.org  Fri Dec 11 10:57:15 2015
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 29AEAA667D
	for <gnats-bugs@gnats.NetBSD.org>; Fri, 11 Dec 2015 10:57:15 +0000 (UTC)
Message-Id: <20151211105714.1BAC8A6682@mollari.NetBSD.org>
Date: Fri, 11 Dec 2015 10:57:14 +0000 (UTC)
From: dcb314@hotmail.com
Reply-To: dcb314@hotmail.com
To: gnats-bugs@NetBSD.org
Subject: src/sys/arch/emips/stand/common/boot.c:70: possible bad size ?
X-Send-Pr-Version: www-1.0

>Number:         50537
>Category:       port-emips
>Synopsis:       src/sys/arch/emips/stand/common/boot.c:70: possible bad size ?
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    port-emips-maintainer
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 11 11:00:00 +0000 2015
>Closed-Date:    Sun Dec 13 20:29:00 +0000 2015
>Last-Modified:  Sun Dec 13 20:29:00 +0000 2015
>Originator:     David Binderman
>Release:        cvs dated 20151210
>Organization:
>Environment:
>Description:

[src/sys/arch/emips/stand/common/boot.c:70]: (warning) Using 'sizeof' on array given as function argument returns size of a pointer.

    memset(marks, 0, sizeof marks);

maybe

    memset(marks, 0, sizeof *marks);

>How-To-Repeat:

>Fix:

>Release-Note:

>Audit-Trail:
From: "Christos Zoulas" <christos@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/50537 CVS commit: src/sys/arch/emips/stand/common
Date: Sun, 13 Dec 2015 13:24:50 -0500

 Module Name:	src
 Committed By:	christos
 Date:		Sun Dec 13 18:24:50 UTC 2015

 Modified Files:
 	src/sys/arch/emips/stand/common: boot.c

 Log Message:
 PR/50537: David Binderman: fix bad sizeof


 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/sys/arch/emips/stand/common/boot.c

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: wiz@NetBSD.org
State-Changed-When: Sun, 13 Dec 2015 20:29:00 +0000
State-Changed-Why:
christos fixed it.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.