-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add realloc
support
#712
Add realloc
support
#712
Conversation
The small |
I got all tests to pass again by hacking the |
Closes #701.
Also includes a couple of blob and pointer casting changes that were necessary to get chrony's
array.c
to work soundly (i.e. not going toVD.top
) while not breaking any other tests (particularly withcalloc
).TODO
realloc
support #701.cast_addr
changing alloc variable type fromvoid
. Had to disable to get chronyarray.c
to work (otherwise a cast tochar*
screwed up the type and any following casts to a larger struct type were considered not ok, so supertop got introduced).realloc
accesses tofree
type after Add option for ignoring races fromfree
#695 merge.