Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDEV-28628: new debian package version name #6

Merged
merged 1 commit into from
Jun 16, 2022
Merged

Conversation

grooverdan
Copy link
Member

get bb-rhel-docker-library to keep with the version generated by the server

@fauust fauust merged commit 5df6bb8 into MariaDB:main Jun 16, 2022
grooverdan referenced this pull request in RazvanLiviuVarzaru/buildbot-r Nov 15, 2024
Didn't instrument sufficiently.

MSAN errors resultin the form:

==9000==WARNING: MemorySanitizer: use-of-uninitialized-value
[Detaching after fork from child process 9003]
    #0 0x55c87cbda03f in my_base64_encode /source/mysys/base64.c:113:13
    #1 0x55c87af96efb in calculate_server_uid(char*) /source/sql/mysqld.cc:9889:3
    #2 0x55c87af96efb in init_common_variables() /source/sql/mysqld.cc:3882:7
    #3 0x55c87af9111e in mysqld_main(int, char**) /source/sql/mysqld.cc:5546:7
    #4 0x7f6d94ab5249  (/lib/x86_64-linux-gnu/libc.so.6+0x27249) (BuildId: c047672cae7964324658491e7dee26748ae5d2f8)
    #5 0x7f6d94ab5304 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x27304) (BuildId: c047672cae7964324658491e7dee26748ae5d2f8)
    #6 0x55c87aeef130 in _start (/build/sql/mariadbd+0x6ee130) (BuildId: abe0c6d0a0f0bdcee26c5e1f69353335cca3bd8a)

The sha1 has that is being encoded wasn't maked as initialized though
the openssl libs wrote the hash there.
grooverdan added a commit to grooverdan/mariadb-buildbot that referenced this pull request Nov 28, 2024
Didn't instrument sufficiently.

MSAN errors resultin the form:

==9000==WARNING: MemorySanitizer: use-of-uninitialized-value
[Detaching after fork from child process 9003]
    #0 0x55c87cbda03f in my_base64_encode /source/mysys/base64.c:113:13
    MariaDB#1 0x55c87af96efb in calculate_server_uid(char*) /source/sql/mysqld.cc:9889:3
    MariaDB#2 0x55c87af96efb in init_common_variables() /source/sql/mysqld.cc:3882:7
    MariaDB#3 0x55c87af9111e in mysqld_main(int, char**) /source/sql/mysqld.cc:5546:7
    MariaDB#4 0x7f6d94ab5249  (/lib/x86_64-linux-gnu/libc.so.6+0x27249) (BuildId: c047672cae7964324658491e7dee26748ae5d2f8)
    MariaDB#5 0x7f6d94ab5304 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x27304) (BuildId: c047672cae7964324658491e7dee26748ae5d2f8)
    MariaDB#6 0x55c87aeef130 in _start (/build/sql/mariadbd+0x6ee130) (BuildId: abe0c6d0a0f0bdcee26c5e1f69353335cca3bd8a)

The sha1 has that is being encoded wasn't maked as initialized though
the openssl libs wrote the hash there.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants