[request-sponsor] Re: [PATCH] for bug 6286482

2005-08-01 Thread Jim Grisanzio
This item was taken by Peter Dennis.

Jim G.

Shawn Walker wrote:
 On further reflection, made the comment actually useful. New patch uploaded:
 
 http://icculus.org/~eviltypeguy/6286482.patch
 



[request-sponsor] Requesting sponsor for 4997138 - pn_free() should free pn_bufsize bytes

2005-08-01 Thread Dan Mick
Just to be clear, I'm working on this one.

Jeremy Teo wrote:
 Hello,
 
 as mentioned in the subject above. Trivial patch to fix this is attached.
 
 Regards, 
 Jeremy
 
 Suggested Fix:
 
 --- usr/src/uts/common/fs/pathname.c  Tue Jun 14 15:45:20 2005
 +++ usr/src/uts/common/fs/pathname.c  Wed Jun 29 14:47:11 2005
 @@ -86,7 +86,7 @@
  void
  pn_free(struct pathname *pnp)
  {
 - kmem_free(pnp-pn_buf, MAXPATHLEN);
 + kmem_free(pnp-pn_buf, pnp-pn_bufsize);
   pnp-pn_path = pnp-pn_buf = NULL;
   pnp-pn_pathlen = pnp-pn_bufsize = 0;
  }
 This message posted from opensolaris.org
 ___
 request-sponsor mailing list
 request-sponsor at opensolaris.org




[request-sponsor] [PATCH] 6231501 Typo in sys/fem.h

2005-08-01 Thread Jim Grisanzio
This item was taken by Peter Dennis.

Jim G.

Shawn Walker wrote:
 [PATCH] for bug 6231501 Typo in sys/fem.h
 
 http://icculus.org/~eviltypeguy/6231501.patch
 
 contributor agreement # OS0004