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

Fix warnings when _FORTIFY_SOURCE set #557

Merged
merged 2 commits into from
Sep 17, 2019

Commits on Sep 15, 2019

  1. Fix warnings when _FORTIFY_SOURCE set

    This fixes a couple of warnings when compiling the tree with fortify
    source enabled, which is the default on some systems.
    
    Signed-off-by: Kimball Thurston <[email protected]>
    kdt3rd committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    27ed1d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Fix type of exceptions to be Iex IoExc to match other read errors

    Signed-off-by: Kimball Thurston <[email protected]>
    kdt3rd committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    3812531 View commit details
    Browse the repository at this point in the history