needed by the tclhttpd into one file. I submitted this back in December,
but nobody cared since. Now I can commit this myself :)
PR: ports/23310
Submitted by: mi
months.)
The problem is in resolve_extension(). strncpy() will only null-terminate
the destination string if it has enough room, according to the given
length.
In this implementation, there will never be enough room to null-terminate
the string, from what I can tell. So if the memory in 'tmpstr' contains
non-nulls, you'll get a core-dump in the subsequent strcat().
* Try to add some stuff that helps epic cope with server disconnections
* better.
* Add /on error, hooks on an irc protocol ERROR message.
* Fix window.c:get_boolean(), passing unitialized 'newval' integer.
* Fix path_search() to not blithely assume path != NULL (whitedragon)
* New version of the 'hybrid6' script, from is.
* Axe the broken "input_timeout" feature that hasn't worked in 6 years.
* Add, but #ifdef'd out, a delayed-free mechanism -- strictly
* experimental.
* Add the /defer command, to perform dangerous operations when it's
* safe.
* Many changes from robohak to fix /on channel_* bogons I introduced.
* ;-)
* Lice should now work again with 0.9.16.
Submitted by: MAINTAINER (Anders Andersson <anders@codefactory.se>)
to make the location of etc/ files prefix-safe. Install a sample
rndc.conf file. Since rndc won't start without one the user should have
an example to work from. Add the installation of various docs wrapped
in a NOPORTDOCS test.
Last but not least, add a patch that turns off the debugging code ISC
left on by default. This should help solve the problems with
misbehaving assert's, related to nmap and other causes.
pchar changes: Update to 1.3.1, adding new analysis algorithms and
network probe types, an option to set the outgoing interface of probe
packets, and a new "tiny traceroute" mode.
Port-related changes: patch-pchar.8 folded into distribution, thus
no longer required. Take over the port since I'm the developer of
the original software.
Approved by: obrien (original maintainer)