View Issue Details

IDProjectCategoryView StatusLast Update
0009783CTT UA Binary2 - CTT Binarypublic2024-08-16 12:17
ReporterYannik Klaass Assigned ToYannik Klaass  
PrioritynormalSeveritycrashReproducibilityalways
Status assignedResolutionopen 
Summary0009783: CTT crashes when initializing a NodeId with NamespaceIndex > 255
Description

When initializing a NodeId with a NamespaceIndex > 255, the CTT will crash

Steps To Reproduce

This can be easily reproduced by executing the following script:

var nodeId = new UaNodeId();
nodeId.NamespaceIndex = 300;

TagsNo tags attached.
Files Affected

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-08-16 12:17 Yannik Klaass New Issue
2024-08-16 12:17 Yannik Klaass Status new => assigned
2024-08-16 12:17 Yannik Klaass Assigned To => Yannik Klaass