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

CryptoPkg/BaseCryptLibMbedTls : Add strncpy() support to SecCryptLib #10604

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AmyChan-Intel
Copy link
Contributor

Move strncpy() from DummyOpensslSupport.c to CrtWrapper.c under SysCall folder

Description

Move strncpy() from DummyOpensslSupport.c to CrtWrapper.c under SysCall folder

  • Breaking change?
    • Breaking change - Does this PR cause a break in build or boot behavior? No
  • Impacts security?
    • Security - Does this PR have a direct security impact? No
    • Examples: Crypto algorithm change or buffer overflow fix.
  • Includes tests?
    • Tests - Does this PR include any explicit test code?
    • Examples: Unit tests or integration tests. Build test

How This Was Tested

Build test

Integration Instructions

N/A

@liyi77
Copy link
Contributor

liyi77 commented Jan 10, 2025

@mergify rebase

Copy link

mergify bot commented Jan 10, 2025

rebase

☑️ Nothing to do

  • any of:
    • #commits > 1 [📌 rebase requirement]
    • #commits-behind > 0 [📌 rebase requirement]
    • -linear-history [📌 rebase requirement]
  • -closed [📌 rebase requirement]
  • -conflict [📌 rebase requirement]
  • queue-position = -1 [📌 rebase requirement]

Move strncpy() from DummyOpensslSupport.c to CrtWrapper.c under SysCall folder

Signed-off-by: Amy Chan <[email protected]>
@leiflindholm
Copy link
Member

Why?
I don't mind if it's just "for consistency", but a PR should come with a reason.

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.

3 participants