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

uftrace: Fix segfault when given logfile name is already taken by a directory #861

Merged
merged 1 commit into from
Sep 9, 2019

Commits on Sep 9, 2019

  1. uftrace: Fix segfault when using --logfile

    This patch is to fix segfault in --logfile.
    If logfd is NULL, set logfd to stderr before calling pr_err().
    
    Fixed: namhyung#853
    
    Signed-off-by: MinJeong Kim <[email protected]>
    rls1004 committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    371ea19 View commit details
    Browse the repository at this point in the history