Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
dev
-
None
-
57a65735f (dev), 9eb670d8d (6.8), 1276bfca6 (6.7)
Description
QConcatenable<const char[N>::appendTo behaves differently depending on whether it appends the const char[N] to a QString (preserves embedded NULs) vs. QByteArray (drops them).
Expected: they behave the same.