Skip to content

fix logger when enabled thru ctl #1503

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

Merged
merged 1 commit into from
Aug 22, 2025

Conversation

lplewa
Copy link
Contributor

@lplewa lplewa commented Aug 21, 2025

Logger configuration failed when set via the CTL env variable because
the API used const char ** while the env var provided const
char *. This mismatch affected the size field (sizeof(char *)==8
vs. string length).

The API now accepts char * instead of char **.

@lplewa lplewa requested a review from a team as a code owner August 21, 2025 12:36
@lplewa lplewa force-pushed the ctl_logger2 branch 2 times, most recently from 173ce1a to 84d93d8 Compare August 21, 2025 13:07
Logger configuration failed when set via the CTL env variable because
the API used const char ** while the env var provided const
char *. This mismatch affected the size field (sizeof(char *)==8
vs. string length).

The API now accepts char * instead of char **.
@lukaszstolarczuk lukaszstolarczuk merged commit 78b57dd into oneapi-src:main Aug 22, 2025
54 of 72 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants