Attention is currently required from: neels.

laforge has posted comments on this change by neels. ( 
https://gerrit.osmocom.org/c/osmo-hnbgw/+/37880?usp=email )

Change subject: fixup: initialize g_hnbp_ctr_id = 0
......................................................................


Patch Set 1:

(1 comment)

Patchset:

PS1:
> that's news to me -- does that mean whenever I have hit bugs of uninitialized 
> variables, it was *alw […]
heap allocations and static variables on the stack are not initialized.  global 
static variables are in a different linker section (bss) which is cleared with 
zeroes at program start-up.  This behaviour (not the unix/linux implementation 
detail of a "bss segment") is required by the C and C++ standards, AFAICT.



--
To view, visit https://gerrit.osmocom.org/c/osmo-hnbgw/+/37880?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: comment
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I353e026d6e3d2c3c8b13a0ca8bd4c09609632b84
Gerrit-Change-Number: 37880
Gerrit-PatchSet: 1
Gerrit-Owner: neels <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Attention: neels <[email protected]>
Gerrit-Comment-Date: Fri, 23 Aug 2024 06:32:01 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: neels <[email protected]>
Comment-In-Reply-To: laforge <[email protected]>

Reply via email to