Thomas BERNARD
Thomas BERNARD
well, as you said, this is a false positive. There is no reason to fix a working code :) however, changing the line to `snprintf(index, 6, "%hu", (uint16_t)i);` could do...
@brttbndr can you check that my branch [fix-nftnl_rule_get_data](https://github.com/miniupnp/miniupnp/tree/fix-nftnl_rule_get_data) fixes the issue ?
fixed version is [miniupnpd-2.3.2.tar.gz](http://miniupnp.free.fr/files/miniupnpd-2.3.2.tar.gz)
@MH12-MEME is this issue still valid ? What is the missing .dll ?
> PATH and the current working directory are no longer used, that could explain your problems @duksosleepy @MH12-MEME
@fperrens what Python version ? where is located miniupnpc.dll ?
well in fact I don't know what files are supposed to be installed by pip :)
Hello. Just for your information NAT-PMP has been superseded by PCP. If my memory serves me right, to get a random port, you request 0 : `$ natpmpc -a 0...
note that miniupnpd uses the internal port if available when asking for a "random" port : https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/natpmp.c#L336
I'm curious to see the log on the miniupnpd side.