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

potential fixes for debian time_t transition #4887

Closed

Commits on Aug 28, 2024

  1. cunit/timeofday.c: intercept the 64-bit gettimeofday()

    This already worked correctly on 64-bit platforms, and on 32-bit platforms
    with 32-bit time, but was broken on 32-bit platforms with 64-bit time.
    elliefm committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4db133c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a9e785 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e4673d View commit details
    Browse the repository at this point in the history
  4. WIP ical_support.testc: use caller-owned strings

    does this stop the stack smashing problem on armel?
    elliefm committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4e8f4f7 View commit details
    Browse the repository at this point in the history
  5. WIP ical_support.testc: use explicit bounds check on tcs

    does this help??? no idea, can't reproduce the stack smashing locally
    elliefm committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d58e1c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1de1054 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbd90a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae1e8e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ae8f88 View commit details
    Browse the repository at this point in the history
  10. WIP ical_support: logging

    elliefm committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1c89e06 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bffc2bb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b02ab3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4601666 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9c29f3c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dadecba View commit details
    Browse the repository at this point in the history