mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
b0d2fa5748
* .travis.yml: Configuration file for Travis-CI * contrib/travis-ci: Script to run on travis. Similar to check-hard but modified for travis. * tests/valgrind-suppressions{-ssl}: Add extra suppressions to prevent a Valgrind False Positive errors in an old version Since Travis currently supports only public repositories on GitHub, the support for automated testing through Travis will be done using my Clone of Wget on GitHub at: https://github.com/darnir/wget.git Any commits pushed to this repository will trigger a build on Travis.
167 lines
2.5 KiB
Plaintext
167 lines
2.5 KiB
Plaintext
{
|
|
<insert_a_suppression_name_here>
|
|
Memcheck:Cond
|
|
...
|
|
obj:*/libcrypto.so.*
|
|
}
|
|
|
|
{
|
|
<insert_a_suppression_name_here>
|
|
Memcheck:Cond
|
|
...
|
|
obj:*/libssl.so.*
|
|
}
|
|
|
|
{
|
|
<insert_a_suppression_name_here>
|
|
Memcheck:Value8
|
|
...
|
|
obj:*/libcrypto.so.*
|
|
}
|
|
|
|
{
|
|
<insert_a_suppression_name_here>
|
|
Memcheck:Param
|
|
write(buf)
|
|
...
|
|
obj:*/libcrypto.so.*
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:modify_param_name
|
|
fun:extract_param
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
...
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:modify_param_name
|
|
fun:extract_param
|
|
fun:parse_set_cookie
|
|
fun:cookie_handle_set_cookie
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
...
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:modify_param_name
|
|
fun:extract_param
|
|
fun:parse_set_cookie
|
|
fun:cookie_handle_set_cookie
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
...
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
Valgrind 3.4 bug suppression
|
|
Memcheck:Cond
|
|
fun:memrchr
|
|
fun:parse_content_disposition
|
|
fun:check_file_output
|
|
fun:gethttp
|
|
fun:http_loop
|
|
fun:retrieve_url
|
|
fun:main
|
|
}
|