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
{{ message }}
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
- fix a bug in UJObjectUnpack() function with assignment of output
parameters ( esnme/ujson4c#10 )
- fix a bug in UUJDecod() function with un-checked mem allocation
( esnme/ujson4c#9 )
bpintea
added a commit
to elastic/elasticsearch-sql-odbc
that referenced
this issue
Jun 4, 2018
- fix a bug in UJObjectUnpack() function with assignment of output
parameters ( esnme/ujson4c#10 )
- fix a bug in UUJDecod() function with un-checked mem allocation
( esnme/ujson4c#9 )
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In case of a NULL hf parameter, UJDecode will allocate an initial heap (initialHeap) and start deref'ing it with no check of allocation result.
The text was updated successfully, but these errors were encountered: