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
Libfastjson API permits to access sublevel elements inside a tree, but will fail upon free of upper level elements if sub-level have been removed. This has been inherited from json-c and cannot totally be changed. However, it is often source of confusion and results in hard to find bugs.
We should try to harden the code so that it makes it easier to detect and report API misuse.
The text was updated successfully, but these errors were encountered:
see rsyslog/rsyslog#1822
Libfastjson API permits to access sublevel elements inside a tree, but will fail upon free of upper level elements if sub-level have been removed. This has been inherited from json-c and cannot totally be changed. However, it is often source of confusion and results in hard to find bugs.
We should try to harden the code so that it makes it easier to detect and report API misuse.
The text was updated successfully, but these errors were encountered: