1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-26 00:41:23 +00:00

17 Commits

Author SHA1 Message Date
Jakub Karolczyk
bb9afcb388
[core] Coverity fixes
* [core] Coverity 1518099, 1518097, 1518098 (Unchecked return value from library)

* [core] Coverity 1468551 Unchecked return value

* [core] Coverity 1468293 Unchecked return value

* [core] Coverity 1468274 Explicit null dereferenced

* [core] Coverity 1395588 Unchecked return value

* [core] Coverity 1395515 Logically dead code

* [core] Coverity 1364984 Result is not floating-point

* [core] Coverity 1395554, 1468440 Dereference before null check

* [core] Coverity 1024487 Dereference after null check

* [core] Coverity 1024872 Unchecked return value

* [core] Coverity 1025822 Unchecked return value

* [core] Coverity 1025823 Unchecked return value

* [core] Coverity 1087637, 1346467, 1087638 Unchecked return value

* [core] Coverity 1107607 Unchecked return value

* [core] Coverity 1210777 Unchecked return value

* [core] Coverity 1227670 Dereference before null check

* [core] Coverity 1024551 Logically dead code

* [core] Coverity 1024560 Logically dead code

* [core] Coverity 1024664 Operands don't affect result

* [core] Coverity 1364957 Dereference after null check

* [core] Coverity 1395572 Logically dead code

* [core] Coverity 1412459 Unchecked return value

* [core] Coverity 1412490 Unchecked return value

* [core] Coverity 1395515/2 Logically dead code

* [core] Coverity cleanup
2023-09-08 20:17:57 +03:00
Andrey Volk
c37ed7c816 [Core] switch_curl_process_mime(): fix build on older systems. 2023-07-25 01:44:20 +03:00
Andrey Volk
5966077030 [Core, mod_cidlookup, mod_curl, mod_httapi, mod_http_cache, mod_kazoo, mod_shout] Add new switch_curl_mime APIs replacing switch_curl_process_form_post_params() and make code be compatible with libcurl>=7.87.0 2023-07-24 23:40:27 +03:00
Andrey Volk
f377a0ff57
Revert "[Core, mod_curl, mod_httapi, mod_http_cache] Compatible with libcurl>=7.87.0" ()
This reverts commit 039823848906b11fd6183ba81f037b7211a29497.
2023-05-01 20:38:51 +03:00
Clarence
0398238489
[Core, mod_curl, mod_httapi, mod_http_cache] Compatible with libcurl>=7.87.0
* [core] fix deprecated with libcurl>=7.56.0

* [mod_httpapi] fix deprecated with libcurl>=7.56.0

* [mod_curl] fix deprecated with libcurl>=7.56.0

* [mod_http_cache] fix deprecated with libcurl>=7.12.1
2023-04-27 23:43:32 +03:00
Sergey Safarov
df1ab07ca4 FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
Travis Cross
fc247a223f Add editor footer to core files missing it 2014-06-27 23:55:27 +00:00
Michael Jerris
e3b4e6b227 fix deref before null check 2014-04-28 13:01:12 -04:00
Brian West
666231f91b BNPH-6149: allow to use system curl again, fix some types on auth_scheme values to all be long, don't use curl private function in our wrapper. This may cause missing symbol curl_easy_setopt with visibility turned on, if it does that, please let me know 2014-03-12 13:47:24 -05:00
Anthony Minessale
7fab8f1543 move func in the core to hide the need to wrap it 2012-01-05 16:57:31 -06:00
Anthony Minessale
e7848b39b2 this seems to work more often than the present solutions 2012-01-05 15:48:01 -06:00
Jeff Lenk
8950a78c41 remove unneeded lines for windows 2012-01-05 15:21:02 -06:00
Jeff Lenk
bad8a69f18 fix windows build - hopefully this is correct - this change only effects windows. 2012-01-04 22:13:47 -06:00
Anthony Minessale
db2d587eec push in curl_formadd wrapper 2012-01-04 18:05:14 -06:00
Jeff Lenk
e767b17c05 FS-3740 --resolve curl cleanup 2011-12-23 08:59:13 -06:00
Anthony Minessale
13dc2f9e31 FS-2936 stage 5 handle varargs right 2011-11-29 18:17:42 -06:00
Anthony Minessale
17e9c50ee5 FS-2936 stage 3 probably need this file 2011-11-29 15:37:36 -06:00