Logo
Explore Help
Sign In
generic-library/libupnp
1
0
Fork 0
You've already forked libupnp
Code Issues Pull Requests Releases Wiki Activity
libupnp/upnp/src
History
Fabrice Fontaine 1a1570fe0f SF Bug Tracker id 3497140 - Bug fix in http_get_code_text
Submitted: Fabrice Fontaine ( ffontaine ) - 2012-03-05 13:07:03 PST

Replace if( statusCode < 100 && statusCode >= 600 ) which can't be true
by if( statusCode < 100 || statusCode >= 600 ).
2012-03-06 00:14:45 +01:00
..
api
SF Bug Tracker id 3497034 - Buffer not null terminated in UpnpGetIfInfo
2012-03-05 17:43:26 +01:00
gena
SF Bug Tracker id 3496938 - Missing structures initialisation in some functions
2012-03-05 11:52:22 +01:00
genlib
SF Bug Tracker id 3497140 - Bug fix in http_get_code_text
2012-03-06 00:14:45 +01:00
inc
SF Bug Tracker id 3497033 - Buffer not null terminated in UpnpInit
2012-03-05 17:36:41 +01:00
soap
SF Bug Tracker id 3495286 - Double free in get_action_node
2012-03-01 14:02:34 +01:00
ssdp
SF Bug Tracker id 3496938 - Missing structures initialisation in some functions
2012-03-05 11:52:22 +01:00
urlconfig
SF Bug Tracker id 3496942 - Memory leak in config_description_doc
2012-03-05 11:58:54 +01:00
uuid
Fixes for compilation under Windows (specifically MSVC). Also added MSVC supported "_inline", and fixed some WIN32 specific warnings.
2011-04-02 23:47:00 -03:00
inet_pton.c
SF Tracker: Patches - Fedora mingw32 compilation - ID: 3138849
2010-12-18 19:29:24 -02:00
win_dll.c
Removing unnecessary additional directory level.
2006-07-04 02:44:17 +00:00
Powered by Gitea Version: 1.23.7 Page: 64ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API