Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2006 22:43:07 +0000 (UTC)
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/syscons syscons.c
Message-ID:  <200605122243.k4CMh7KQ001040@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
keramida    2006-05-12 22:43:07 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    sys/dev/syscons      syscons.c 
  Log:
  Check the return code of sc_clean_up() in the only place where it
  was not checked at all.  There is only one case when sc_clean_up()
  can fail, because of wait_scrn_saver_stop(), but it doesn't hurt
  to check anyway.
  
  Reviewed by:    rodrigc
  Found by:       Coverity Prevent
  
  Revision  Changes    Path
  1.443     +3 -1      src/sys/dev/syscons/syscons.c



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