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

Adds lastError to rfbClientRec, adds 'error changed' callback #616

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 12, 2024

  1. Adds lastError to rfbClientRec, adds 'error changed' callback

    New rfbClientSetErr() function is only being called in auth.c, when simple password authentication fails.
    nicmorais committed May 12, 2024
    Configuration menu
    Copy the full SHA
    fa40867 View commit details
    Browse the repository at this point in the history
  2. Adds free(cl->lastError)

    Trying to make fuzzing test pass
    nicmorais committed May 12, 2024
    3 Configuration menu
    Copy the full SHA
    77243d3 View commit details
    Browse the repository at this point in the history
  3. rfbserver: makes free(cl->lastError) unconditional

    Thanks @RokerHRO for the advise
    nicmorais committed May 12, 2024
    Configuration menu
    Copy the full SHA
    7091f9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9aba3f View commit details
    Browse the repository at this point in the history