Attention is currently required from: osmith, pespin.
Patch set 3:Code-Review +2
View Change
1 comment:
File src/sccp_user.c:
Patch Set #3, Line 241: talloc_size
Not critical: you could use `talloc_memdup()`, which is equivalent to calling `talloc_size()` and `memcpy()`:
```
inst->tdefs = talloc_memdup(inst, osmo_sccp_timer_defaults,
sizeof(osmo_sccp_timer_defaults));
```
To view, visit change 33644. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I1dbe49a83a1bcddf074d5e638babd065834a0ebd
Gerrit-Change-Number: 33644
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
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: Tue, 11 Jul 2023 12:22:43 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment