Skip to content

Commit

Permalink
improve on previous yet again:
Browse files Browse the repository at this point in the history
- A failed manifest fetch could result in a NULL pointer dereference or
  a use after free.

- Reject non-conforming RRDP delta elements that contain neither publish
  nor a withdraw element and fall back to the RRDP snapshot.

- Refactoring and minor bug fixes in the warning display functions.
  • Loading branch information
sebastianbenoit committed Dec 29, 2023
1 parent bbd50be commit 6453604
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Version 8.8 - Dec 29th, 2023
a use after free.

- Reject non-conforming RRDP delta elements that contain neither publish
nor a withdraw element.
nor a withdraw element and fall back to the RRDP snapshot.

- Refactoring and minor bug fixes in the warning display functions.

Version 8.7 - Dec 20th, 2023
============================
Expand Down

0 comments on commit 6453604

Please sign in to comment.