Details
-
Bug
-
Status: In Review (View Workflow)
-
Major
-
Resolution: Unresolved
-
11.4, 11.8, 12.3
-
None
-
Fedora 44
$ gcc --version
gcc (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)
Description
fails to compile:
include/mysql/service_encryption.h:124:3: error: suggest parentheses around assignment used as truth value [-Werror=parentheses]
|
124 | assert((dst[*dlen - 1]= 1));
|
| ^~~~~~
|
cc1: all warnings being treated as errors
|
Attachments
Issue Links
- is caused by
-
MDEV-30389 Calls to `encryption_crypt` currently pass uninitialized `dlen`, should pass correct buffer size
-
- Closed
-
- relates to
-
MDEV-39287 Fix compilation problems with glibc 2.43/gcc 16/fedora 44
-
- Closed
-