Skip to content
Commit 67daf3de authored by Ralf Habacker's avatar Ralf Habacker
Browse files

Coverity check CID 268401: Copy into fixed size buffer (STRING_OVERFLOW)

You might overrun the 1024-character fixed-size string URL by copying the
return value of constData without checking the length.

We now use a QByteArray instance instead of a fixed char buffer.
parent ff066c14
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment