????

Your IP : 216.73.216.174


Current Path : /usr/share/systemtap/examples/security-band-aids/
Upload File :
Current File : //usr/share/systemtap/examples/security-band-aids/cve-2015-7547.stp

global T_UNSPEC = 62321
global T_A = 1
probe process("/lib*/libresolv.so.*").function("__libc_res_nquery")
{
  if ($type == T_UNSPEC ) { $type = T_A }
}