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

Fixed null ptr errors in print statements #635

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

Commits on May 22, 2020

  1. Fixed GCC 10 printing null variable bugs for Fedora 32 build.

    Signed-off-by: Jay Jay Billings <jayjaybillings@gmail.com>
    jayjaybillings committed May 22, 2020
    Configuration menu
    Copy the full SHA
    847105f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Merge branch 'master' of https://github.com/raspberrypi/userland

    Signed-off-by: Jay Jay Billings <jayjaybillings@gmail.com>
    jayjaybillings committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    1a89306 View commit details
    Browse the repository at this point in the history
  2. Condensed null checks to avoid 'const != var' style

    Signed-off-by: Jay Jay Billings <jayjaybillings@gmail.com>
    jayjaybillings committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    94cbfad View commit details
    Browse the repository at this point in the history