Update notes for submitted changes

* hnb_read_cb(): -EBADF must be returned if conn is freed to avoid use-after-free
* hnb_read_cb: use local var to reduce get_ofd() calls
* Close conn when receiving SCTP_ASSOC_CHANGE notification
This commit is contained in:
Gerrit Code Review 2022-10-01 19:22:29 +00:00
parent ae7debb884
commit 7c8e50675e
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Code-Review+2: pespin <pespin@sysmocom.de>
Verified+1: Jenkins Builder
Submitted-by: pespin <pespin@sysmocom.de>
Submitted-at: Sat, 01 Oct 2022 19:22:29 +0000
Reviewed-on: https://gerrit.osmocom.org/c/osmo-hnbgw/+/29547
Project: osmo-hnbgw
Branch: refs/heads/master

View File

@ -0,0 +1,9 @@
Verified+1: Jenkins Builder
Code-Review+2: pespin <pespin@sysmocom.de>
Code-Review+1: laforge <laforge@osmocom.org>
Code-Review+1: fixeria <vyanitskiy@sysmocom.de>
Submitted-by: pespin <pespin@sysmocom.de>
Submitted-at: Sat, 01 Oct 2022 19:22:29 +0000
Reviewed-on: https://gerrit.osmocom.org/c/osmo-hnbgw/+/29549
Project: osmo-hnbgw
Branch: refs/heads/master

View File

@ -0,0 +1,8 @@
Verified+1: Jenkins Builder
Code-Review+2: laforge <laforge@osmocom.org>
Code-Review+1: fixeria <vyanitskiy@sysmocom.de>
Submitted-by: pespin <pespin@sysmocom.de>
Submitted-at: Sat, 01 Oct 2022 19:22:29 +0000
Reviewed-on: https://gerrit.osmocom.org/c/osmo-hnbgw/+/29548
Project: osmo-hnbgw
Branch: refs/heads/master