Sebastian Huber
d496d66f63
mDNS: Avoid uninitialized memory
...
Use calloc() instead of malloc().
2014-11-04 13:02:55 +01:00
Sebastian Huber
0543f16e4c
mDNS: Use mutex for mDNSPosix platform
2014-01-30 16:23:05 +01:00
Sebastian Huber
f7205c1ed6
mDNS: mDNSShared/mDNSDebug.c
...
Avoid reference to ProgramName.
2014-01-30 16:23:05 +01:00
Sebastian Huber
7222726e83
mDNS: mDNSShared/dnssd_clientshim.c
...
Fix typos. Include missing header files.
2014-01-30 16:23:04 +01:00
Sebastian Huber
406a2f4c8a
mDNS: AnonInfoAnswersQuestion: Fix stack usage
...
The mDNSexport is normally defined to be empty, thus mDNSStorage is a
huge stack variable (roughly 50KiB) with random data.
Asuming a global mDNSStorage variable in the mDNSCore makes no sense.
2014-01-30 16:23:04 +01:00
Sebastian Huber
9449f151d0
mDNS: Import
...
The sources can be obtained via:
http://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-544.tar.gz
2014-01-30 16:23:04 +01:00