Anope IRC Services

Anope.org => Anope General => Topic started by: hardwarewizard on November 27, 2010, 05:30:40 PM

Title: anope hardcodes ipaddres
Post by: hardwarewizard on November 27, 2010, 05:30:40 PM
why does anope hardcode my ipaddress in its core file???
Title: Re: anope hardcodes ipaddres
Post by: LEthaLity on November 27, 2010, 05:34:23 PM
explain...
Title: Re: anope hardcodes ipaddres
Post by: hardwarewizard on November 27, 2010, 05:38:22 PM
when i grep for my ip address the core file gets a match.

i was just wondering why it would be hardcoded.
Title: Re: anope hardcodes ipaddres
Post by: LEthaLity on November 27, 2010, 05:50:52 PM
I assume you mean an actual core.blah file, this is created when a program ends unexpectedly, eg, crashes and is used for debugging, so the IP address would be stored there as part of that info.
Title: Re: anope hardcodes ipaddres
Post by: Jobe on November 28, 2010, 12:42:25 PM
As would anything else Anope currently holds in memory. It's basically a dump of the currently used memory, including function calls and such to allow debugging the reason why it crashed.