]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r278530:
authorbdrewery <bdrewery@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 3 Apr 2015 17:17:17 +0000 (17:17 +0000)
committerbdrewery <bdrewery@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 3 Apr 2015 17:17:17 +0000 (17:17 +0000)
commita98625f8c05316bd7dd13fcf5fc4cbcd46454ecc
treeba8a02c2f239c6a01759289b412b1e4b05a33a64
parenta47449f6e3cbb05d9014f9b3e4bcdf4828b93d79
MFC r278530:

  When catopen(3) returns an error, it caches the result of that error from
  r202992. The refcount on the cache entry is not initialized, so any attempt
  to clean the cache will skip over this item since it likely has a >0 value.

  This change is currently a NOP.

git-svn-id: svn://svn.freebsd.org/base/stable/9@281034 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/nls/msgcat.c