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

Port fixes to v1.6.x: UCM events test, client/server example #3719

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    63deb1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e91910 View commit details
    Browse the repository at this point in the history
  3. UCM/TEST: Fix failure in malloc_hook.test_event_failed

    - The test should also register a handler for VM_UNMAPPED, to make sure
      ucm_test_events(VM_UNMAPPED) would really return ERR_UNSUPPORTED after
      munmap() is overridden.
    - Convert events to native events for mmap_test_installed_events(),
      otherwise they will be considered as not installed so testing their
      support will always return success, even when it should fail.
    yosefe committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    0e00965 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. UCM: Fix mmap events test with valgrind

    - Call sbrk(0) instead of nonzero offset, which can override application
      memory when running with valgrind
    yosefe committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    9973a5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3596f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd027f1 View commit details
    Browse the repository at this point in the history