Skip to content

Fix: TaurusTLS_NTLM untyped procedural var assignment#119

Merged
JPeterMugaas merged 1 commit intoTaurusTLS-Developers:mainfrom
tregubovav-dev:@AT-strict-types
Oct 4, 2025
Merged

Fix: TaurusTLS_NTLM untyped procedural var assignment#119
JPeterMugaas merged 1 commit intoTaurusTLS-Developers:mainfrom
tregubovav-dev:@AT-strict-types

Conversation

@tregubovav-dev
Copy link
Contributor

@tregubovav-dev tregubovav-dev commented Oct 4, 2025

  • TaurusTLSHeaders_sha. pas updated
  • Some of units use untyped procedural parameters to register Load and Unload procedures. Fixed.

Summary by Bito

This pull request fixes a bug in the TaurusTLS_NTLM unit by correcting untyped procedural variable assignments for NTLM functions. The changes ensure proper assignment of function pointers without the unnecessary use of the '@' operator, enhancing the reliability of NTLM functionality.

TaurusTLS_NTLM assignd several variables with untyped pointers
and compiler can't generate wrong type assignemnt error.
Even the assignemnt is correct it may introduce errors in the future
if procedural types needs to be changed.
@JPeterMugaas JPeterMugaas merged commit 2d518b1 into TaurusTLS-Developers:main Oct 4, 2025
JPeterMugaas added a commit to TurboPack/indy_extras that referenced this pull request Oct 4, 2025
@tregubovav-dev tregubovav-dev deleted the @AT-strict-types branch October 6, 2025 00:34
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.

2 participants