Sindbad~EG File Manager

Current Path : /proc/2470164/root/usr/share/systemtap/runtime/linux/
Upload File :
Current File : //proc/2470164/root/usr/share/systemtap/runtime/linux/autoconf-set_fs.c

#include <linux/uaccess.h>

// XXX set_fs is an inline function, so we can't detect it with exportconf:
void __something(void)
{
  mm_segment_t oldfs = get_fs();
  set_fs(KERNEL_DS);
  set_fs(USER_DS);
  set_fs(oldfs);
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists