Attention is currently required from: laforge.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-uecups/+/33788 )
Change subject: daemon_vty: avoid null-dereference in argc < 0 case
......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-uecups/+/33788/comment/17db5458_507393e2
PS1, Line 10: which means in theory argc could be negative and the second clause
I think it's fine changing it to "argc > 0" to use same condition as above, but I doubt argc can be negative, I've never seen that. Why would a count of arguments be negative?
--
To view, visit https://gerrit.osmocom.org/c/osmo-uecups/+/33788
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-uecups
Gerrit-Branch: master
Gerrit-Change-Id: I4149b0b191a34168ba6649338d3cdf6c6af6cfe7
Gerrit-Change-Number: 33788
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Tue, 18 Jul 2023 13:22:23 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: osmith.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33780 )
Change subject: hnbgw: Introduce module parameter mp_validate_talloc_asn1
......................................................................
Patch Set 1:
(1 comment)
File hnbgw/HNBGW_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33780/comment/798c8bab_152e…
PS1, Line 465: if (mp_validate_talloc_asn1) {
> it would also work without adding a new variable: […]
I think it's better to keep it the way I submitted so that the checks can be enabled or not based on user config.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33780
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I5c18cf2d6797bcf0bef13d71ab0b69f1403b474f
Gerrit-Change-Number: 33780
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 18 Jul 2023 13:20:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: osmith.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/33781 )
Change subject: hnbgw: Skip asn1 talloc mem checks in osmo-hnbgw-latest
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> we don't need to add the extra variable (and remove it again later on) if using "if (Misc_Helpers. […]
I preferred keeping it this way so that it can also be disabled whatever the condition, which may be handy during development, testing, etc.
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/33781
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I1a933795ffef3cea97fcf34b1c513e71f3256c83
Gerrit-Change-Number: 33781
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 18 Jul 2023 13:19:41 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: comment