https://bugs.kde.org/show_bug.cgi?id=363269
--- Comment #30 from Axel Kellermann <axel.kellerm...@gmx.de> --- (In reply to Sven Brauch from comment #28) > Patch still looks sensible to me -- maybe use strncpy instead, and put it on > phabricator.kde.org so somebody familiar with the code can have a look? strncpy()/strndup() won't work either. Both copy up to n bytes, but also end processing on the occurence of the first '\0' (at least to my understanding). I'll have a look at phabricator. Never used it before... -- You are receiving this mail because: You are watching all bug changes.