This portion feels most relevant to me:
#16 createUDSEntry (filename=..., path=..., entry=...,
details=details@entry=..., fullPath=...) at
/usr/src/kio-5.113.0-0ubuntu1/src/ioslaves/file/file_unix.cpp:407
402: using SizeType = off_t;
403: #endif
404: SizeType bufferSize = qBound(lowerBound, size + 1,
higherBound);
405: linkTargetBuffer.resize(bufferSize);
406: while (true) {
407: ssize_t n = readlink(path.constData(),
linkTargetBuffer.data(), bufferSize);
408: if (n < 0 && errno != ERANGE) {
409: qCWarning(KIO_FILE) << "readlink failed!" <<
path;
410: return false;
411: } else if (n > 0 && static_cast<SizeType>(n) !=
bufferSize) {
412: // the buffer was not filled in the last
iteration
** Information type changed from Private Security to Public Security
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kio in Ubuntu.
https://bugs.launchpad.net/bugs/2046653
Title:
kioslave5 assert failure: *** buffer overflow detected ***: terminated
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kio/+bug/2046653/+subscriptions
--
kubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs