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 armhf segfault in error message handling #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 18, 2018

  1. Fix armhf segfault in error message handling

    On armhf the return value of an error to get a message gets read as
    value 255 which qualifies as >0. But going on the message pointer has
    a value of 0x25000000 and later on segfaults when trying to access that.
    
    Fixes pgpool#14
    
    Signed-off-by: Christian Ehrhardt <[email protected]>
    cpaelzer committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    f10f20f View commit details
    Browse the repository at this point in the history