summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7cefcf2)
raw | patch | inline | side by side (parent: 7cefcf2)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 5 Apr 2009 07:49:19 +0000 (09:49 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 5 Apr 2009 07:49:19 +0000 (09:49 +0200) |
ChangeLog | patch | blob | history | |
configure.ac | patch | blob | history | |
src/oping.h | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 6d7fd3bd806acd3f9f8ab5213c9d33a9bf49b4f5..9b239bc3f6befd00ee847ea9638d8fa2aee0b860 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2009-04-05, Version 1.1.2
+ * liboping.c: A NULL-pointer dereference has been fixed in the IPv4
+ code. This led to a segmentation fault when an ICMPv4 paket could
+ not be associated with any host. This usually happened when one or
+ more hosts were unreachable for some time. Thanks to Tomasz Pala for
+ discovering the problem and finding a way to reproduce it.
+
2009-03-23, Version 1.1.1
* liboping.c: Use libxnet when available. The `normal' version of
`recvmsg' does not provide the `auxiliary data' on some or all
diff --git a/configure.ac b/configure.ac
index 6d04b76db0019f3d0616c3a6c4488a4d7cd43a39..a04165cb34d550e9f9a1fae4fb44f9c4e16557ae 100644 (file)
--- a/configure.ac
+++ b/configure.ac
-AC_INIT(liboping, 1.1.1)
+AC_INIT(liboping, 1.1.2)
AC_CONFIG_SRCDIR(src/liboping.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
# ABI version
LIBOPING_CURRENT=1
-LIBOPING_REVISION=1
+LIBOPING_REVISION=2
LIBOPING_AGE=1
AC_SUBST(LIBOPING_CURRENT)
AC_SUBST(LIBOPING_REVISION)
diff --git a/src/oping.h b/src/oping.h
index 8cab0964c16865aede4330fe6a123867155987c2..ce02abd1032cb770a48c8d157ec0ced16688dbbc 100644 (file)
--- a/src/oping.h
+++ b/src/oping.h
extern "C" {
#endif
-#define OPING_VERSION 1001001
+#define OPING_VERSION 1001002
/*
* Type definitions