Skip to content

fix potential use after free in sources/config_reader.c#1300

Open
chipitsine wants to merge 4 commits intoyandex:masterfrom
chipitsine:master
Open

fix potential use after free in sources/config_reader.c#1300
chipitsine wants to merge 4 commits intoyandex:masterfrom
chipitsine:master

Conversation

@chipitsine
Copy link
Copy Markdown
Contributor

@chipitsine chipitsine commented Mar 29, 2026

CID 642778: (#4 of 4): Use after free (USE_AFTER_FREE)
14. pass_freed_arg: Passing freed pointer lsc_current->name as an argument to od_config_reader_error.
1754                                od_config_reader_error(
1755                                        reader, &token,
1756                                        "lsc_password in ldap_storage_credentials '%s' cannot be empty",
1757                                        lsc_current->name);
1758                                goto error;
1759                        }

Copilot AI and others added 4 commits March 29, 2026 11:05
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.

2 participants