Menu

#66 function d2iX509bio(): Wrong order of arguments in implementation

SVN
closed-fixed
nobody
None
5
2022-07-28
2022-07-28
Ralf Junker
No

Buggy line (without the comment):

Result := _d2iX509bio(x,b) // <- Arguments in wrong order.

should be like this

Result := _d2iX509bio(b,x) // <- Arguments in correct order.

in all these three files:

  1. ssl_openssl_lib.pas
  2. ssl_openssl11_lib.pas
  3. ssl_openssl3_lib.pas

SVN r265 (trunk as of today).

Discussion

  • Geby

    Geby - 2022-07-28
    • status: open --> closed-fixed
     
  • Geby

    Geby - 2022-07-28

    Thank you, fixed in SVN r266 now.

     

Log in to post a comment.

MongoDB Logo MongoDB