mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 10:11:29 +02:00
Fixed infinite recursion in ASNFetchOID
in fpasn.pp
This commit is contained in:
parent
490c431bf9
commit
c04024506b
@ -873,7 +873,7 @@ end;
|
|||||||
function ASNFetchOID(var Buffer: PByte; BufferEnd: PByte; out OID: AnsiString): Boolean; overload;
|
function ASNFetchOID(var Buffer: PByte; BufferEnd: PByte; out OID: AnsiString): Boolean; overload;
|
||||||
|
|
||||||
Var
|
Var
|
||||||
OIDS : String;
|
OIDS : UnicodeString;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Result:=ASNFetchOID(Buffer,BufferEnd,OIDS);
|
Result:=ASNFetchOID(Buffer,BufferEnd,OIDS);
|
||||||
|
Loading…
Reference in New Issue
Block a user