godot/modules/upnp
Fabio Alessandrelli 163fc125cd [Net] Fix miniupnpc when no interface is specified
This is a tricky one, it used to work, but it was wrong, because in such
a scenario instead of passing NULL as required by the API, it would pass
a buffer containing the `\0` terminator.
This stopped working on a specific miniupnpc version, when they fixed
some network endianess issue on Windows, to which we made a workaround,
which in turn would probably result in failures when the interface is
specified.

This commit address the issue properly, by checking the specified
interface string size, and correctly passing NULL instead of the empty
string when necessary.

Also reverts the commit that introduced the bogus workaround:
e85330231c

One of those PR when the explaination is much longer then code changes
:).
2021-03-15 17:33:26 +01:00
..
doc_classes
config.py
register_types.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
upnp.cpp [Net] Fix miniupnpc when no interface is specified 2021-03-15 17:33:26 +01:00
upnp.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
upnp_device.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
upnp_device.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00