Skip to content

Commit

Permalink
build: update NEWS file
Browse files Browse the repository at this point in the history
Fill in the release notes for v19.

Signed-off-by: David Rheinsberg <[email protected]>
  • Loading branch information
dvdhrm committed Mar 27, 2019
1 parent 91ed029 commit 14523c1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# dbus-broker - Linux D-Bus Message Broker

## CHANGES WITH 19:

* Fix a possible integer overflow in resource quota calculations.
Before this, it was possible to exceed the assigned resource limits
by crafting messages that trigger this integer overflow. This
effectively allows machine-local resource exhaustion.

* Fix the resource limit calculation. Previously, resource limits were
incorrectly calculated, leading too limits that were higher than
intended.

Contributions from: David Herrmann, Tom Gundersen

- Tübingen, 2019-03-28

## CHANGES WITH 18:

* The handling of configuration parsing errors of the compatibility
Expand Down

0 comments on commit 14523c1

Please sign in to comment.