SF Bug Tracker id 3497714 - Buffer overflows
Fix compile error on WIN32. Local variables must be declared first. Remove outdated comment. (forward port of commit 4c3532585df4af55adb661d92788915cfccf52ba)
This commit is contained in:
parent
5a9dbdb84e
commit
4fd84cbee1
@ -299,6 +299,15 @@ Version 1.8.0
|
||||
Version 1.6.16
|
||||
*******************************************************************************
|
||||
|
||||
2012-03-07 Yoichi NAKAYAMA <yoichi.nakayama(at)gmail.com>
|
||||
|
||||
SF Bug Tracker id 3497714 - Buffer overflows
|
||||
|
||||
Fix compile error on WIN32.
|
||||
|
||||
Local variables must be declared first.
|
||||
Remove outdated comment.
|
||||
|
||||
2012-03-07 Yoichi NAKAYAMA <yoichi.nakayama(at)gmail.com>
|
||||
|
||||
Avoid access violation in assertion.
|
||||
|
@ -3557,7 +3557,6 @@ void UpnpThreadDistribution(struct UpnpNonblockParam *Param)
|
||||
#if EXCLUDE_GENA == 0
|
||||
case SUBSCRIBE: {
|
||||
UpnpEventSubscribe *evt = UpnpEventSubscribe_new();
|
||||
/* Cast away constness */
|
||||
UpnpString *Sid = UpnpString_new();
|
||||
|
||||
UpnpEventSubscribe_strcpy_PublisherUrl(evt, Param->Url);
|
||||
|
Loading…
x
Reference in New Issue
Block a user