Skip to content
/ server Public

Mroonga: fix SIGSEGV on NULL mroonga_log_file#4801

Open
hadeer-r wants to merge 1 commit intoMariaDB:10.6from
hadeer-r:MDEV-37952-log_file
Open

Mroonga: fix SIGSEGV on NULL mroonga_log_file#4801
hadeer-r wants to merge 1 commit intoMariaDB:10.6from
hadeer-r:MDEV-37952-log_file

Conversation

@hadeer-r
Copy link

  • Fix SIGSEGV when mroonga_log_file is set to NULL or empty string
  • Add mroonga_log_file_check() to reject NULL/empty values
  • Add MTR test to cover this case

This issue is related to MDEV-37952

Add mrn_log_file_check() to validate that
mroonga_log_file is not set to NULL or an empty
string, which previously caused a segfault.
@hadeer-r hadeer-r marked this pull request as ready for review March 13, 2026 17:25
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.

1 participant