mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
miniupnpc: bump to 2.0.20170509 (#4362)
Fix CVE-2017-8798 Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
This commit is contained in:
committed by
Steven Barth
parent
701127696e
commit
3b8681fc66
@@ -1,6 +1,6 @@
|
||||
--- a/upnpcommands.c
|
||||
+++ b/upnpcommands.c
|
||||
@@ -367,7 +367,7 @@ UPNP_AddPortMapping(const char * control
|
||||
@@ -370,7 +370,7 @@ UPNP_AddPortMapping(const char * control
|
||||
AddPortMappingArgs[5].elt = "NewEnabled";
|
||||
AddPortMappingArgs[5].val = "1";
|
||||
AddPortMappingArgs[6].elt = "NewPortMappingDescription";
|
||||
@@ -8,4 +8,4 @@
|
||||
+ AddPortMappingArgs[6].val = desc?desc:"miniupnpc";
|
||||
AddPortMappingArgs[7].elt = "NewLeaseDuration";
|
||||
AddPortMappingArgs[7].val = leaseDuration?leaseDuration:"0";
|
||||
if(!(buffer = simpleUPnPcommand(-1, controlURL, servicetype,
|
||||
buffer = simpleUPnPcommand(-1, controlURL, servicetype,
|
||||
|
||||
Reference in New Issue
Block a user