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

Replace strncat with strcat #1950

Merged
merged 2 commits into from
Jun 1, 2024
Merged

Replace strncat with strcat #1950

merged 2 commits into from
Jun 1, 2024

Commits on May 30, 2024

  1. Replace strncat with strcat

    pwithcolors is allocated based on computed length so strncat produces a
    warning.
    
    Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
    Caellian committed May 30, 2024
    Configuration menu
    Copy the full SHA
    422a2c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Replace free with delete

    Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
    Caellian committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    afccc20 View commit details
    Browse the repository at this point in the history