-
Notifications
You must be signed in to change notification settings - Fork 59
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
Make DNS work in static builds (uDNS library?) #1
Comments
gjedeer
added a commit
that referenced
this issue
Jul 7, 2015
Variable res going out of scope leaks the storage it points to.
gjedeer
added a commit
that referenced
this issue
Jul 7, 2015
negative_returns: len is passed to a parameter that cannot be negative.
gjedeer
added a commit
that referenced
this issue
Jul 7, 2015
Variable servinfo going out of scope leaks the storage it points to.
gjedeer
added a commit
that referenced
this issue
Jul 7, 2015
missing_return: Arriving at the end of a function without returning a value.
gjedeer
added a commit
that referenced
this issue
Jul 7, 2015
missing_return: Arriving at the end of a function without returning a value.
gjedeer
added a commit
that referenced
this issue
Jul 7, 2015
missing_return: Arriving at the end of a function without returning a value.
gjedeer
added a commit
that referenced
this issue
Jul 7, 2015
missing_return: Arriving at the end of a function without returning a value.
gjedeer
added a commit
that referenced
this issue
Jul 7, 2015
missing_return: Arriving at the end of a function without returning a value.
gjedeer
added a commit
that referenced
this issue
Jul 7, 2015
missing_return: Arriving at the end of a function without returning a value
gjedeer
added a commit
that referenced
this issue
Jul 7, 2015
(CHECKED_RETURN)2. check_return: Calling setsockopt(bind_sockfd, 1, 2, &yes, 4U) without checking return value. This library function may fail and return an error code.
gjedeer
added a commit
that referenced
this issue
Jul 7, 2015
(CHECKED_RETURN)3. check_return: Calling remove((char const *)path_real) without checking return value. This library function may fail and return an error code.
gjedeer
added a commit
that referenced
this issue
May 5, 2016
Variable frame going out of scope leaks the storage it points to.
Closed
gjedeer
added a commit
that referenced
this issue
Jan 24, 2017
Variable hostname going out of scope leaks the storage it points to
gjedeer
added a commit
that referenced
this issue
Jan 24, 2017
(DEADCODE)dead_error_line: Execution cannot reach this statement: free(save_data);
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: