[MDEV-5312] Conditional jump or move depends on uninitialised value(s) in ssl3_read_bytes Created: 2013-11-19 Updated: 2014-05-01 Due: 2014-04-26 Resolved: 2014-05-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.5 |
| Fix Version/s: | 10.0.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Sergei Golubchik |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When MariaDB is built with the external openssl library
some --valgrind test fail with the following output:
The same tests do not fail when built with the bundled ssl library:
Note, this problem is not caught by BuildBot, |
| Comments |
| Comment by Oleksandr Byelkin [ 2013-12-19 ] |
|
It looks like valgrind thinks like a big part of read buffer is something random. |
| Comment by Oleksandr Byelkin [ 2014-01-21 ] |
|
Looks looks it is not related to client attributes but to the ssl library. |
| Comment by Sergei Golubchik [ 2014-03-26 ] |
|
I cannot repeat that. I'm getting tons of valgrind warnings about openssl, but not this one. |