Skip to content

Conversation

@infosecconsultant
Copy link

Some minor changes/fixes to ensure the tool can still be built.

Thanks :)

For pthread_create in line 235 Use (void *)(intptr_t) to cast the integer sock2 to a pointer

For term_add_node in line 333 Cast sock from void * back to int32_t using (int32_t)(intptr_t)

For admin_th_network_peer_exit in lines 339, 349, 380, and 387 Cast sock from void * to int using (int)(intptr_t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant