Attention is currently required from: osmith, pespin.
View Change
1 comment:
Commit Message:
Patch Set #1, Line 7: struct input_signal_data is zero initialized
What's the goal of doing that? Keep in mind that only the actual struct fields are initialized when using designated initializers, but not padding. So ASAN/UBSAN may still complain when `memcpy()ing` this structure.
To view, visit change 41773. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-MessageType: comment
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: If97c4a4202eaf96446d48e821d5e59c98bafe51c
Gerrit-Change-Number: 41773
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: jolly <andreas@eversberg.eu>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Attention: osmith <osmith@sysmocom.de>
Gerrit-Attention: pespin <pespin@sysmocom.de>
Gerrit-Comment-Date: Mon, 12 Jan 2026 12:31:46 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No