History log of /haiku/src/add-ons/kernel/network/dns_resolver/server/main.cpp
Revision Date Author Comments
# ee96bcfe 05-Aug-2022 Murai Takashi <tmurai01@gmail.com>

network/dns_resolver: fix memory leak

'reply' is allocated in Serialize() at line 120, but is not freed.
Pointed out by Clang Static Analyzer.

Change-Id: I9f7e0c5c2dcb976f11230ad8a5ba38d653b23d6d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5530
Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>


# 1a3518cf 02-Jul-2020 Augustin Cavalier <waddlesplash@gmail.com>

Add missing includes after previous commit.


# 4a35186a 22-Jun-2015 Augustin Cavalier <waddlesplash@gmail.com>

network/dns_resolver/server: Add missing break in switch.

CID 991278, but that also causes CID 991176, so both of those
are fixed. Does *not* fix #12156. Might fix some of the outstanding
NFSv4 issues but I didn't look too hard.


# a4cdd6be 31-Oct-2012 Pawel Dziepak <pdziepak@quarnos.org>

dns_resolver: Separate getaddrinfo() and reply serialization code


# bcb18a9b 31-Oct-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4, dns_resolver: fix numerous style violations


# cd2c1203 15-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

dns_resolver: Fix addrinfo entries relocation


# 9054c96c 04-Jul-2012 Pawel Dziepak <pdziepak@quarnos.org>

Move parsing getattrinfo() result out of dns_resolver module


# 21769ef6 18-Jun-2012 Pawel Dziepak <pdziepak@quarnos.org>

Add dns_resolver module

dns_resolver module provides a means for all kernel mode code to resolve
DNS hostnames.


# 4a35186ac299ef743c74ad2cb9c2b230fcf556b6 22-Jun-2015 Augustin Cavalier <waddlesplash@gmail.com>

network/dns_resolver/server: Add missing break in switch.

CID 991278, but that also causes CID 991176, so both of those
are fixed. Does *not* fix #12156. Might fix some of the outstanding
NFSv4 issues but I didn't look too hard.


# a4cdd6be5fb0a4b2a6f548be451611f3b959fb1c 31-Oct-2012 Pawel Dziepak <pdziepak@quarnos.org>

dns_resolver: Separate getaddrinfo() and reply serialization code


# bcb18a9b361caf5ec949023dce39b831709a917d 31-Oct-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4, dns_resolver: fix numerous style violations


# cd2c1203d3725b5a4fc7e31b03a8021f635f0642 15-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

dns_resolver: Fix addrinfo entries relocation


# 9054c96c17401b5ef4259cbba615ca8b8856473c 04-Jul-2012 Pawel Dziepak <pdziepak@quarnos.org>

Move parsing getattrinfo() result out of dns_resolver module


# 21769ef60394a854df725a2ad2ca995c4daa2042 18-Jun-2012 Pawel Dziepak <pdziepak@quarnos.org>

Add dns_resolver module

dns_resolver module provides a means for all kernel mode code to resolve
DNS hostnames.