We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System.Private.CoreLib.dll!System.String.ThrowSubstringArgumentOutOfRange(Int32, Int32)+0x42 [/_/src/libraries/System.Private.CoreLib/src/System/String.Manipulation.cs @ 2083] System.Private.CoreLib.dll!System.String.Substring(Int32)+0x3a [/_/src/libraries/System.Private.CoreLib/src/System/String.Manipulation.cs @ 2044] Opc.Ua.Core.dll!Opc.Ua.NodeId.Parse(Opc.Ua.IServiceMessageContext, System.String, Opc.Ua.NodeIdParsingOptions)+0x607 Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.ReadNodeId(System.String)+0x198 Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.ReadNodeIdArray(System.String)+0x100 Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.ReadVariantArrayBody(System.String, Opc.Ua.BuiltInType)+0x700 Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.ReadVariant(System.String)+0x263 Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.ReadDataValue(System.String)+0x127 Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.ReadDataValueArray(System.String)+0x100 Opc.Ua.Core.dll!Opc.Ua.ReadResponse.Decode(Opc.Ua.IDecoder)+0x108 Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.ReadEncodeable(System.String, System.Type, Opc.Ua.ExpandedNodeId)+0x2b6 Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.DecodeMessage(System.Type)+0x3cf
one more in QualifiedName.Parse
Opc.Ua.Core.dll!Opc.Ua.QualifiedName.Parse(Opc.Ua.IServiceMessageContext, System.String, Boolean)+0x478 Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.ReadQualifiedName(System.String)+0x12d Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.ReadVariantBody(System.String, Opc.Ua.BuiltInType)+0x9d7 Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.ReadVariant(System.String)+0x29a Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.ReadDataValue(System.String)+0x127 Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.ReadDataValueArray(System.String)+0x100 Opc.Ua.Core.dll!Opc.Ua.ReadResponse.Decode(Opc.Ua.IDecoder)+0x108 Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.ReadEncodeable(System.String, System.Type, Opc.Ua.ExpandedNodeId)+0x2b6 Opc.Ua.Core.dll!Opc.Ua.JsonDecoder.DecodeMessage(System.Type)+0x3cf
throw ServiceResultException with BadDecodingError
- OS: - Environment: - Runtime: - Nuget Version: 1.5.374.126 - Component: - Server: - Client:
No response
The text was updated successfully, but these errors were encountered:
There is a Substring call with a hardcoded offset 2, the remaining length should be checked before calling it.
Sorry, something went wrong.
No branches or pull requests
Type of issue
Current Behavior
one more in QualifiedName.Parse
Expected Behavior
throw ServiceResultException with BadDecodingError
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: