Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
None
-
5.15.0
-
None
-
The latest dev branch still exists (after tag 5.15.0)
Description
In qtbase/src/3rdparty/libpng/png.c, there is a line that reads written like this
pos = png_safecat(message, (sizeof message), pos, "h: "); /*+2 = 116*/
where in There should be a space around //, which should be amended to read:
pos = png_safecat(message, (sizeof message), pos, "h: "); /* +2 = 116 */
Attachments
For Gerrit Dashboard: QTBUG-85477 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
307241,1 | Add spaces around '/*' and '*/' | dev | qt/qtbase | Status: ABANDONED | -2 | 0 |