quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

valgrind.supp (2472B)


      1 {
      2    zstd_decompression-1.3.3-on-Ubuntu-18.04
      3    Memcheck:Cond
      4    fun:ZSTD_decompressStream
      5    fun:zstd_unencode_write
      6    fun:Curl_unencode_write
      7    fun:readwrite_data
      8    fun:Curl_sendrecv
      9    fun:multi_runsingle
     10    fun:curl_multi_perform
     11    fun:easy_transfer
     12    fun:easy_perform
     13    fun:curl_easy_perform
     14    fun:serial_transfers
     15    fun:run_all_transfers
     16    fun:operate
     17    fun:main
     18 }
     19 
     20 {
     21    zstd_decompression-1.3.3-on-Ubuntu-18.04-nondebug
     22    Memcheck:Cond
     23    fun:ZSTD_decompressStream
     24    fun:zstd_unencode_write
     25    fun:Curl_sendrecv
     26    fun:multi_runsingle
     27    fun:curl_multi_perform
     28    fun:curl_easy_perform
     29    fun:operate
     30    fun:main
     31 }
     32 
     33 {
     34    libidn-idna_to_ascii-error
     35    Memcheck:Addr4
     36    fun:idna_to_ascii_4z
     37    fun:idna_to_ascii_8z
     38    fun:idna_to_ascii_lz
     39    fun:fix_hostname
     40    fun:resolve_server
     41    fun:create_conn
     42    fun:Curl_connect
     43    fun:multi_runsingle
     44    fun:curl_multi_perform
     45    fun:easy_transfer
     46    fun:easy_perform
     47    fun:curl_easy_perform
     48    fun:operate_do
     49    fun:operate
     50    fun:main
     51 }
     52 
     53 {
     54    libidn-idna_to_ascii-error-eventbased
     55    Memcheck:Addr4
     56    fun:idna_to_ascii_4z
     57    fun:idna_to_ascii_8z
     58    fun:idna_to_ascii_lz
     59    fun:fix_hostname
     60    fun:resolve_server
     61    fun:create_conn
     62    fun:Curl_connect
     63    fun:multi_runsingle
     64    fun:multi_socket
     65    fun:curl_multi_socket_action
     66    fun:wait_or_timeout
     67    fun:easy_events
     68    fun:easy_perform
     69    fun:curl_easy_perform_ev
     70    fun:operate_do
     71    fun:operate
     72    fun:main
     73 }
     74 
     75 {
     76    libidn-idna_to_ascii-error-inlined-functions
     77    Memcheck:Addr4
     78    fun:idna_to_ascii_4z
     79    fun:idna_to_ascii_8z
     80    fun:idna_to_ascii_lz
     81    fun:fix_hostname
     82    fun:Curl_connect
     83    fun:multi_runsingle
     84    fun:curl_multi_perform
     85    fun:easy_perform.part.4
     86    fun:operate_do
     87    fun:operate
     88    fun:main
     89 }
     90 
     91 {
     92    libidn-idna_to_ascii-error-inlined-functions-alt
     93    Memcheck:Addr4
     94    fun:idna_to_ascii_4z
     95    fun:idna_to_ascii_8z
     96    fun:idna_to_ascii_lz
     97    fun:fix_hostname
     98    fun:Curl_connect
     99    fun:multi_runsingle
    100    fun:curl_multi_perform
    101    fun:easy_perform
    102    fun:operate_do.isra.0
    103    fun:operate
    104    fun:main
    105 }
    106 
    107 {
    108    libidn-idna_to_ascii-error-inlined-functions-alt2
    109    Memcheck:Addr4
    110    fun:idna_to_ascii_4z
    111    fun:idna_to_ascii_8z
    112    fun:idna_to_ascii_lz
    113    fun:fix_hostname
    114    fun:Curl_connect
    115    fun:multi_runsingle
    116    fun:curl_multi_perform
    117    fun:easy_perform
    118    fun:operate_do
    119    fun:operate
    120    fun:main
    121 }
    122 
    123 {
    124    inet_pton6-Debian-GLIBC-2.40-3
    125    Memcheck:Overlap
    126    fun:__memcpy_chk
    127    fun:memmove
    128    fun:inet_pton6
    129    fun:ipv6_parse
    130 }