mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
Networking error and overwriting #249
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sidgairo18 on GitHub (Jan 21, 2017).
Originally assigned to: @rkuchumov on GitHub.
overwrite_var: Overwriting handle
sockfdinsockfd = socket(p->ai_family, SOCK_STREAM, p->ai_protocol)leaks the handle.File src.lib_ccx/networking.c function
tcp_bing()