Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2006 16:34:28 +0000 (UTC)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: projects/csup lister.c
Message-ID:  <200603091634.k29GYSTm004563@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mux         2006-03-09 16:34:28 UTC

  FreeBSD projects repository

  Modified files:
    csup                 lister.c 
  Log:
  Really fix the error path of lister_coll() this time.  The problem is
  that in case of an error, the depth variable may not be accurate, so
  don't rely on it and use attrstack_size() to free() the attributes
  stack correctly.  This should fix a very rare crash in case of an error
  in the lister thread.
  
  Revision  Changes    Path
  1.28      +5 -6      projects/csup/lister.c



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