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
In all our JSON implementations, we use json_dumps to return a string. We need to check in Variorum if this string is NULL and return an error, as it is on the user to free this string and can cause a set fault. We can add this as an extra check in variorum.c or in individual architectures (remains to be tested if the first fix will work).
The text was updated successfully, but these errors were encountered:
In all our JSON implementations, we use
json_dumps
to return a string. We need to check in Variorum if this string is NULL and return an error, as it is on the user tofree
this string and can cause a set fault. We can add this as an extra check in variorum.c or in individual architectures (remains to be tested if the first fix will work).The text was updated successfully, but these errors were encountered: