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

lib/vfscore: Fix warnings in automount.c #1398

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from

Commits on Apr 28, 2024

  1. lib/vfscore: Fix warnings in automount.c

    - remove const from path in vfscore_mount_volume
    - use the device name for the message in uk_list_for_each_entry_reverse
    
    Signed-off-by: Radu Coriu <radu.gabrielc@gmail.com>
    keenox committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1932556 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. lib/vfscore: Fix warnings in automount.c

    - make path const again in vfscore_mount_volume
    - make path param const in vfscore_ukopt_mkmp and use strdup/free to avoid writing to readonly input string
    
    Signed-off-by: Radu Coriu <radu.gabrielc@gmail.com>
    keenox committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    409f778 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Merge branch 'staging' into automount-warnings

    Signed-off-by: Radu Coriu <radu.gabrielc@gmail.com>
    keenox committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    14241e1 View commit details
    Browse the repository at this point in the history