NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/41840: Missing parenthesis in puffs_vnops.c



The following reply was made to PR kern/41840; it has been noted by GNATS.

From: henning petersen <henning.petersen%t-online.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/41840: Missing parenthesis in puffs_vnops.c
Date: Fri, 07 Aug 2009 15:11:37 +0200

 gnats-admin%netbsd.org@localhost schrieb:
 > Thank you very much for your problem report.
 > It has the internal identification `kern/41840'.
 > The individual assigned to look at your
 > report is: kern-bug-people. 
 >
 >   
 >> Category:       kern
 >> Responsible:    kern-bug-people
 >> Synopsis:       Missing parenthesis in puffs_vnops.c
 >> Arrival-Date:   Fri Aug 07 11:50:00 +0000 2009
 >>     
 >
 >
 > __________ Information from ESET NOD32 Antivirus, version of virus signature 
 > database 4314 (20090807) __________
 >
 > The message was checked by ESET NOD32 Antivirus.
 >
 > http://www.eset.com
 >
 >
 >
 >
 >   
 --- sys/fs/puffs/puffs_vnops.c    26 Nov 2008 20:17:33 -0000    1.131
 +++ sys/fs/puffs/puffs_vnops.c    7 Aug 2009 12:17:38 -0000
 @@ -2422,7 +2422,7 @@
  #ifdef notnowjohn
          /* allocate worst-case memory */
          runsizes = ((npages / 2) + 1) * sizeof(struct puffs_cacherun);
 -        pcinfo = kmem_zalloc(sizeof_puffs_cacheinfo) + runsize,
 +        pcinfo = kmem_zalloc((sizeof_puffs_cacheinfo) + runsize,
              locked ? KM_NOSLEEP : KM_SLEEP);
  
          /*
 
 
 
 __________ Information from ESET NOD32 Antivirus, version of virus signature 
database 4314 (20090807) __________
 
 The message was checked by ESET NOD32 Antivirus.
 
 http://www.eset.com
 
 


Home | Main Index | Thread Index | Old Index