You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
The CTF parser gets a NULL exception in the following scenario: an enumeration contains a set of labels mapped to specific values, and in the trace stream, an integer value read from the stream (which is the container for the enumeration) maps to none of the labels.
The text was updated successfully, but these errors were encountered:
I think we may want to consider allowing the ctf reader to deal with NULL enum entries
without exception, and allow it to return NULL label "strings", and audit all callers that need to
look at those strings (e.g. detailed event list) to map this NULL to e.g. "".
Turning NULL into "" is something that should belong at the presentation level,
not at the ctf reader level IMHO.
The CTF parser gets a NULL exception in the following scenario: an enumeration contains a set of labels mapped to specific values, and in the trace stream, an integer value read from the stream (which is the container for the enumeration) maps to none of the labels.
The text was updated successfully, but these errors were encountered: