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

Fix arc4 compilation debian #343

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

endaco
Copy link

@endaco endaco commented Jun 6, 2024

Purpose

This Pull Request addresses and fixes various compilation issues on Debian 12 systems related to ARC4 and time/date functions

Changes Made

  • arc4.c:

    • Applied corrections to ensure compilation compatibility with GCC on Debian 12.
  • settime.c:

    • Adjustments made to improve precision in setting the system time.
  • setdate.c:

    • Updated the logic for setting the dates.
  • dattime3.c:

    • Improved date and time handling.
  • firebird.c:

    • Modified the connection routine to use hb_snprintf to prevent possible buffer overflow issues.

Impact

These changes ensure that the code compiles correctly and operates smoothly on Debian 12 systems.

Tests Conducted

  • Successfully compiled the project on Debian 12.
  • Ran existing unit tests to ensure no regressions.
  • Conducted functional tests to validate changes in time and date functions and integration with Firebird.

endaco added 7 commits June 5, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant