This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, openvpn-n2n has been updated via 1129c37a95009f8f4ee3222a09c12c3f9d374d9d (commit) from 7d653d51f8ed7aa6198aa724d6e68750642b588f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1129c37a95009f8f4ee3222a09c12c3f9d374d9d Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Jul 5 12:45:51 2011 +0200
openvpnctrl: Fix SEGV in sprintf() call.
-----------------------------------------------------------------------
Summary of changes: src/misc-progs/openvpnctrl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/misc-progs/openvpnctrl.c b/src/misc-progs/openvpnctrl.c index 6191fde..00b35e1 100644 --- a/src/misc-progs/openvpnctrl.c +++ b/src/misc-progs/openvpnctrl.c @@ -360,7 +360,7 @@ void setFirewallRules(void) { setChainRules(OVPNORANGE, orangeif, protocol, dport);
// set firewall rules for n2n connections - char *port; + char port[STRING_SIZE]; while (conn != NULL) { sprintf(port, "%d", conn->port); setChainRules(OVPNRED, redif, conn->proto, port);
hooks/post-receive -- IPFire 2.x development tree