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 put_time() crash on invalid format specifier #4840

Merged

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    c316691 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    a8211a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c05887d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b36f819 View commit details
    Browse the repository at this point in the history
  4. Cite the C Standard.

    C++ currently refers to C17, but C23 lists the same specifiers and fixes a damaged mention of %b.
    StephanTLavavej committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    dbb8aa7 View commit details
    Browse the repository at this point in the history
  5. Add _NODISCARD.

    StephanTLavavej committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a313fcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33636c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a4c6e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da31025 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    feec802 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1548a59 View commit details
    Browse the repository at this point in the history