Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memory leak about RST packets #460

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

dinosaure
Copy link
Member

Fix the memory leak discovered here: #456.

@dinosaure dinosaure merged commit 9676ef3 into mirage:main Dec 2, 2021
@dinosaure dinosaure deleted the fix-memory-leak branch December 2, 2021 21:41
hannesm added a commit to hannesm/opam-repository that referenced this pull request Dec 10, 2021
CHANGES:

* Fix memory leak in processing RST packets (mirage/mirage-tcpip#460 @balrajsingh, reported in
  mirage/mirage-tcpip#456 by @dinosaure)
* Move module types (IP, UDP, TCP, STACK, ICMP) into tcpip core library
  (mirage/mirage-tcpip#463 @hannesm)
* API breakage: Tcpip_checksum is now part of tcpip.checksum (used to be
  part of tcpip mirage/mirage-tcpip#463 @hannesm)
* API breakage: tcpip.unix has been removed (mirage/mirage-tcpip#463 @hannesm)
* Use Lwt.pause instead of deprecated Lwt_{unix,main}.yield (mirage/mirage-tcpip#461 @dinosaure)
hannesm added a commit to hannesm/opam-repository that referenced this pull request Dec 14, 2021
CHANGES:

* Fix memory leak in processing RST packets (mirage/mirage-tcpip#460 @balrajsingh, reported in
  mirage/mirage-tcpip#456 by @dinosaure)
* Move module types (IP, UDP, TCP, STACK, ICMP) into tcpip core library
  (mirage/mirage-tcpip#463 @hannesm)
* API breakage: Tcpip_checksum is now part of tcpip.checksum (used to be
  part of tcpip mirage/mirage-tcpip#463 @hannesm)
* API breakage: tcpip.unix has been removed (mirage/mirage-tcpip#463 @hannesm)
* Use Lwt.pause instead of deprecated Lwt_{unix,main}.yield (mirage/mirage-tcpip#461 @dinosaure)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants