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

dlt_config_file_parser.c:Fix a pointer release bug in the file。 #376

Merged
merged 1 commit into from May 11, 2022

Commits on May 10, 2022

  1. Fix a double-free bug.

    In the dlt_config_file_set_section function of dlt_config_file_parser.c:
      s-name is not set to null after free.
      It will be freed again in the dlt_config_file_release function.
    
    Signed-off-by: Zhongyang.Bao <Zhongyang.Bao@zeekrlife.com>
    Leslie-bcy committed May 10, 2022