K 10 svn:author V 7 bdragon K 8 svn:date V 27 2020-10-31T22:14:37.106804Z K 7 svn:log V 169 Fix 32-bit build after r367209 Fix build on systems with a 32-bit size_t. Since it's being passed as a pointer, a 64-bit write to it will overflow. MFC with: r367209 END