root/trunk/ovaldi/rpminfoprobe.patch

Revision 228, 373 bytes (checked in by jtang, 5 months ago)

Updated OVAL interpreter to build against official subversion repo; needed to run current definitions file.

  • src/probes/linux/RPMInfoProbe.cpp

    old new  
    587587    } 
    588588  } 
    589589   
    590   free(buff); 
     590  free(buf); 
    591591 
    592592  // Wait for the child process to complete 
    593593  if(waitpid (pid, NULL, 0) == -1) { 
Note: See TracBrowser for help on using the browser.