search for: jbg_enc_init

Displaying 2 results from an estimated 2 matches for "jbg_enc_init".

2018 Apr 01
0
using llvm DataFlowSanitizer error
...create_label("buf_offset", 0); > > dfsan_set_label(lt_label, (unsigned char *)buf, size); > > But when i compile libtiff with "-fsanitize=dataflow" option, then there is > an error as follows: > > > ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jbg_enc_init' DataFlowSanitizer creates an instrumented version of each function in the program. The instrumented version of a function has "dfs$" as a prefix. A missing reference to the function "dfs$jbg_enc_init" means that no instrumented version of the function "jbg_enc_init&...
2018 Mar 31
1
using llvm DataFlowSanitizer error
...ff. dfsan_label lt_label = dfsan_create_label("buf_offset", 0); dfsan_set_label(lt_label, (unsigned char *)buf, size); But when i compile libtiff with "-fsanitize=dataflow" option, then there is an error as follows: ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jbg_enc_init' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_write_tables' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_suppress_tables' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$inflateReset' ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs...