Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

fixing a few errors and UBs #80

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

fixing a few errors and UBs #80

wants to merge 5 commits into from

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