Skip to content
Snippets Groups Projects
Commit b989aa80 authored by jdh8d's avatar jdh8d
Browse files

artifacts from debugging nginx, and new release

Former-commit-id: aae619b3f31f9d36171ebb8085354b5fcca731a6
parent 35473c12
No related branches found
No related tags found
No related merge requests found
...@@ -2203,8 +2203,8 @@ void setup_icfs(FileIR_t* firp, EXEIO::exeio* elfiop) ...@@ -2203,8 +2203,8 @@ void setup_icfs(FileIR_t* firp, EXEIO::exeio* elfiop)
// stars calls it data, but printw arning if we didn't find it in data or as a printf addr. // stars calls it data, but printw arning if we didn't find it in data or as a printf addr.
if(prov.isPartiallySet(stars_data) && !prov.isPartiallySet(non_stars_data)) if(prov.isPartiallySet(stars_data) && !prov.isPartiallySet(non_stars_data))
{ {
ofstream fout("warning.txt", ofstream::out | ofstream::app); //ofstream fout("warning.txt", ofstream::out | ofstream::app);
fout<<"STARS found an IBT in data that FII wasn't able to classify at "<<hex<<insn->GetAddress()->GetVirtualOffset()<<"."<<endl; cerr<<"STARS found an IBT in data that FII wasn't able to classify at "<<hex<<insn->GetAddress()->GetVirtualOffset()<<"."<<endl;
} }
// create icfs for complete jump tables. // create icfs for complete jump tables.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment