]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r278530:
authorbdrewery <bdrewery@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 3 Apr 2015 17:18:05 +0000 (17:18 +0000)
committerbdrewery <bdrewery@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 3 Apr 2015 17:18:05 +0000 (17:18 +0000)
commit94c188057572c165345abc812f17579dc4df7f3a
treea09f7ff860597e110f458f53faf29405eaa4100b
parent50bf0f702dbffa5bd20a1a606a3de1c71ff0e037
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/8@281035 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/nls/msgcat.c