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

SocketLayer.cpp fixes #33

Merged
merged 5 commits into from
Apr 2, 2018
Merged

SocketLayer.cpp fixes #33

merged 5 commits into from
Apr 2, 2018

Commits on Dec 9, 2015

  1. changing check order as here C++ uses a left-to-right order and acces…

    …sing over the array is an UB
    Viktor Korsun committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    c54071e View commit details
    Browse the repository at this point in the history
  2. adding va_end()'s to elliminate possible memory leaks, stack overflow…

    … or other UB
    Viktor Korsun committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    6c6f4fe View commit details
    Browse the repository at this point in the history
  3. fixing buffer overflow: accessing arrays at index 512

    Viktor Korsun committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    5d4011b View commit details
    Browse the repository at this point in the history
  4. closing fd2 as here it should be valid (non-negative)

    Viktor Korsun committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    cbc02de View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2015

  1. adding Android target library project

    Viktor Korsun committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    54d5d1d View commit details
    Browse the repository at this point in the history