babeld: Update to version 1.8.3 + fix init

24 September 2018: babeld-1.8.3

  * Fixed a read-only two byte buffer overflow in the packet parser.
    This is a read-only overflow, and hence most probably not exploitable.
  * Fixed an issue with creating unreachable routes on recent kernels
    (4.16 and up).  Thanks to Christof Schulze.
  * Notice interface changes faster by listening to more netlink events.
    Thanks to Christof Schulze.
  * Fixed a local interface issue when an interface has no link-local
    address.  Thanks to Christof Schulze.

Also, the init script was edited to kill babeld on stop; restart works properly now, as well.

Signed-off-by: Michael Adams <unquietwiki@gmail.com>
This commit is contained in:
Michael Adams
2018-09-26 19:14:45 -07:00
parent a8d3f89007
commit bab933d4ca
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -197,6 +197,10 @@ start_service() {
procd_close_instance
}
stop_service() {
killall -9 babeld
}
service_triggers() {
procd_add_reload_trigger babeld
}