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
When using various toml files (like system and later user-defined) the data may become corrupted:
example in system toml
default_bsdfs=hdl
in user toml
default_bsdfs=exfat
then it will result in
sys.sBSDFS: exD
The text was updated successfully, but these errors were encountered:
I was not able to reproduce, but also not happy with the current TOML string handling. I changes them all to properly malloc/free a new buffer for each string used.
When using various toml files (like
system
and later user-defined) the data may become corrupted:example in system toml
default_bsdfs=hdl
in user toml
default_bsdfs=exfat
then it will result in
sys.sBSDFS: exD
The text was updated successfully, but these errors were encountered: