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