anthonyfieroni added inline comments. INLINE COMMENTS
> kcrash.cpp:825 > + > + std::array<const char*, 1024> environ_data; //hope it's big enough > + if((unsigned)(environ_end - environ) +2 >= environ_data.size()) { Just use vector, get the size by `environ_end - environ` REPOSITORY R285 KCrash REVISION DETAIL https://phabricator.kde.org/D29810 To: jpalecek, #frameworks Cc: anthonyfieroni, kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns