Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2010 19:27:21 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/acpica acpi_thermal.c src/sys/dev/usb usb_dev.c usb_device.c usb_process.c src/sys/fs/procfs procfs_type.c src/sys/geom geom_dev.c src/sys/kern subr_kdb.c subr_taskqueue.c
Message-ID:  <201006111928.o5BJSlro058895@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2010-06-11 19:27:21 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_thermal.c 
    sys/dev/usb          usb_dev.c usb_device.c usb_process.c 
    sys/fs/procfs        procfs_type.c 
    sys/geom             geom_dev.c 
    sys/kern             subr_kdb.c subr_taskqueue.c 
  Log:
  SVN rev 209062 on 2010-06-11 19:27:21Z by avg
  
  fix a few cases where a string is passed via format argument instead of
  via %s
  
  Most of the cases looked harmless, but this is done for the sake of
  correctness.  In one case it even allowed to drop an intermediate buffer.
  
  Found by:       clang
  MFC after:      2 week
  
  Revision  Changes    Path
  1.74      +2 -4      src/sys/dev/acpica/acpi_thermal.c
  1.39      +1 -1      src/sys/dev/usb/usb_dev.c
  1.62      +1 -1      src/sys/dev/usb/usb_device.c
  1.15      +1 -1      src/sys/dev/usb/usb_process.c
  1.13      +2 -2      src/sys/fs/procfs/procfs_type.c
  1.106     +1 -1      src/sys/geom/geom_dev.c
  1.29      +1 -1      src/sys/kern/subr_kdb.c
  1.57      +1 -1      src/sys/kern/subr_taskqueue.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006111928.o5BJSlro058895>