K 10 svn:author V 3 avg K 8 svn:date V 27 2017-11-24T10:45:33.288408Z K 7 svn:log V 342 zdb: use a heap allocation instead of a huge array on stack SPA_MAXBLOCKSIZE is 16 MB and having such a large object on the stack is not nice in general and it could cause some confusing failures in the single-user mode where the default stack size of 8 MB is used. I expect that the upstream would make the same change. MFC after: 1 week END