K 10 svn:author V 3 mjg K 8 svn:date V 27 2020-10-05T19:38:51.266406Z K 7 svn:log V 273 cache: fix pwd use-after-free in setting up fallback Since the code exits smr section prior to calling pwd_hold, the used pwd can be freed and a new one allocated with the same address, making the comparison erroneously true. Note it is very unlikely anyone ran into it. END