le          2005-11-20 12:12:31 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/vinum       geom_vinum_rename.c 
  Log:
  Always declare variables at the start of the function.
  Don't allocate potentially large variables on the stack.
  Check strsep() return values when the string comes from userland.
  Shorten variable names for lucidity's sake.
  
  most of the stuff:
  Pointed out by:    njl@
  
  Revision  Changes    Path
  1.2       +110 -47   src/sys/geom/vinum/geom_vinum_rename.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to