Arlen
Arlen
The reason for trying to get the correct output_count from server is because it increases with the increment of the share amounts on my server in the range of 0-86,...
I pull from commit d8c85a3. My code is: ``` smb2_context* smb2 = smb2_init_context(); smb2_set_security_mode(smb2, SMB2_NEGOTIATE_SIGNING_ENABLED); smb2_set_timeout(smb2, 3); int ret = smb2_connect_share(smb2, ip, share, userID, password); if(ret < 0) { Log("%s\n",...
There's a bug in function `cdsObjectToUpnpavObject` in `pkg/dms/dlna/dms/cds.go` causing value of `` of items is assigned by a null string but should be `object.item.xxx` according to http://www.upnp.org/schemas/av/upnp.xsd
### Version: 13.0.2([email protected]) ### Frequency: rarely ### Description: I think the crash is resulted by both Newtonsoft.json and il2cpp, maybe without il2cpp, this code can also throw some exception but...