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
I am using a custom plug-in that receives a custom data type as a parameter. This datatype contains GeometryBase instances (in this case: Meshes). Simplified example:
Turns out that the Base64-encoded data coincidentially contains both urL and hTtP which makes the DataCache believe it found something. 🤯
Can this condition be defined more narrow in order to prevent such a false positive? I am not sure for what it is used or how the expected data structure looks.
The text was updated successfully, but these errors were encountered:
I am using a custom plug-in that receives a custom data type as a parameter. This datatype contains GeometryBase instances (in this case: Meshes). Simplified example:
Now I came across a certain data set that produces a crash, and I tracked it down to this line in
DataCache.cs
:compute.rhino3d/src/compute.geometry/DataCache.cs
Line 210 in d34dfa1
Turns out that the Base64-encoded data coincidentially contains both
urL
andhTtP
which makes the DataCache believe it found something. 🤯Can this condition be defined more narrow in order to prevent such a false positive? I am not sure for what it is used or how the expected data structure looks.
The text was updated successfully, but these errors were encountered: