[Olsr-commit] OLSR.org main repository branch, master, updated. v0.6.4-228-gb3f29de
(spam-protected)
(spam-protected)
Wed Nov 7 17:22:29 CET 2012
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 "OLSR.org main repository".
See http://olsr.org/git/?p=olsrd.git;a=commitdiff;h=v0.6.4-228-gb3f29de
for a web version of the last commit.
The branch, master has been updated
via b3f29de5df0d9e258d2254ab772b0556e122fac7 (commit)
via c1f0badd06f5b566eb269fcd6b7159ce83fd4758 (commit)
via 3f99c69413ac0d3d1c065761600a19cf628b51dd (commit)
from 11a05f4d01a620aac514664b17c59bedd6ac8b14 (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 b3f29de5df0d9e258d2254ab772b0556e122fac7
Author: Ferry Huberts <(spam-protected)>
Date: Wed Nov 7 17:20:33 2012 +0100
gui: linux: fix string buffer overflow
Coverity:
CID 742359 (#1 of 1): Copy into fixed size buffer (STRING_OVERFLOW)
At (2): You might overrun the 10 byte fixed-size string "tmp" by copying
the return value of "g_locale_to_utf8(gchar const *, gssize,
gsize *, gsize *, GError **)" without checking the length.
Signed-off-by: Ferry Huberts <(spam-protected)>
commit c1f0badd06f5b566eb269fcd6b7159ce83fd4758
Author: Ferry Huberts <(spam-protected)>
Date: Wed Nov 7 17:17:22 2012 +0100
gui: linux: fix string buffer overflow
Coverity:
CID 742358 (#1 of 1): Copy into fixed size buffer (STRING_OVERFLOW)
At (1): You might overrun the 255 byte fixed-size string "title" by
copying the return value of "ip_to_string(union olsr_ip_addr *)"
without checking the length.
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 3f99c69413ac0d3d1c065761600a19cf628b51dd
Author: Ferry Huberts <(spam-protected)>
Date: Wed Nov 7 17:10:25 2012 +0100
gui: linux: fix inccorrect sizeof()
Coverity:
CID 742357 (#1 of 1): Incorrect sizeof expression (BAD_SIZEOF)
Taking the size of arithmetic expression "512 + 1" is suspicious.
Signed-off-by: Ferry Huberts <(spam-protected)>
-----------------------------------------------------------------------
Summary of changes:
gui/linux-gtk/src/interface.c | 7 +++----
gui/linux-gtk/src/ipc.c | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
hooks/post-receive
--
OLSR.org main repository
More information about the Olsr-commit
mailing list