Skip to content

Comments

AdvLoggerPkg: Initialize structures in LineParserTestApp#828

Merged
makubacki merged 1 commit intomicrosoft:release/202502from
makubacki:advloggerpkg_lineparsertest_app_init_structures
Feb 10, 2026
Merged

AdvLoggerPkg: Initialize structures in LineParserTestApp#828
makubacki merged 1 commit intomicrosoft:release/202502from
makubacki:advloggerpkg_lineparsertest_app_init_structures

Conversation

@makubacki
Copy link
Member

Description

Logger info structures are not zeroed and initialized right now, causing garbage data to be read in some fields and impact test results.

  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?

How This Was Tested

  • Run LineParserTestApp on QEMU Q35

Integration Instructions

  • N/A

Logger info structures are not zeroed and initialized right now,
causing garbage data to be read in some fields and impact test
results.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
@makubacki makubacki requested review from apop5, kuqin12 and os-d February 10, 2026 18:55
@makubacki makubacki self-assigned this Feb 10, 2026
@mu-automation mu-automation bot added the impact:non-functional Does not have a functional impact label Feb 10, 2026
Copy link
Contributor

@kuqin12 kuqin12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change looks good. But I still would like to get rid of the test and its underlying library at some point..

@codecov-commenter
Copy link

codecov-commenter commented Feb 10, 2026

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (release/202502@3496fc1). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...LoggerPkg/UnitTests/LineParser/LineParserTestApp.c 0.00% 2 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff                @@
##             release/202502    #828   +/-   ##
================================================
  Coverage                  ?   4.70%           
================================================
  Files                     ?      36           
  Lines                     ?    4205           
  Branches                  ?     276           
================================================
  Hits                      ?     198           
  Misses                    ?    4005           
  Partials                  ?       2           
Flag Coverage Δ
AdvLoggerPkg 4.70% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@makubacki
Copy link
Member Author

The change looks good. But I still would like to get rid of the test and its underlying library at some point..

Sounds good. This is just keeping the wheels turning for now.

@makubacki makubacki merged commit 3afa423 into microsoft:release/202502 Feb 10, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

impact:non-functional Does not have a functional impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants