Disabled writing to pipe unless environment variable is set.
commit21102dced562a0d3e0a9255316aba3f4975b7c8c
authorstrange <kawk256@gmail.com>
Tue, 22 Sep 2009 16:52:20 +0000 (22 10:52 -0600)
committerstrange <kawk256@gmail.com>
Tue, 22 Sep 2009 16:52:20 +0000 (22 10:52 -0600)
treef61a4d9c095e9ade785ca7a5aa78a39c6f4af9b5
parente9e70dfd5a2b2be401bf16ea6a5a4810ab3b5a92
Disabled writing to pipe unless environment variable is set.

Now, as for scope detection . . . the most obvious way, in my opinion,
is to check the return pointer of the malloc() function . . . hopefully,
that will be the address of the call instruction. Then, it is but a simple
matter to use nm to find the symbol that appears at the closest address
before that. Note that the scope resolution (and possibly demangling)
will be done in the main aesalon code, not inside the overload code.
src/overload/communication.c
src/overload/overload.c