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
There is a discrepancy with the return value of atom_table_ensure_atom which is a long, but globalcontext_insert_atom_maybe_copy which returns the result of atom_table_ensure_atom has a return value of int. This also extends to globalcontext_insert_atom which calls globalcontext_insert_atom_maybe_copy, and may have unintended consequences for globalcontext_make_atom as well.
There is a discrepancy with the return value of
atom_table_ensure_atom
which is along
, butglobalcontext_insert_atom_maybe_copy
which returns the result ofatom_table_ensure_atom
has a return value ofint
. This also extends toglobalcontext_insert_atom
which callsglobalcontext_insert_atom_maybe_copy
, and may have unintended consequences forglobalcontext_make_atom
as well.globalcontest.h lines 360-368
atom_table.c line 401
The text was updated successfully, but these errors were encountered: