Change in osmo-iuh[master]: tests/hnb-test-ranap: Fix incorrect signedness in pointer

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Jan 14 10:31:39 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/22172 )


Change subject: tests/hnb-test-ranap: Fix incorrect signedness in pointer
......................................................................

tests/hnb-test-ranap: Fix incorrect signedness in pointer

Change-Id: I04b1c0446124d66dae1e8fb99d9b82782d12bde7
---
M src/tests/hnb-test-ranap.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/72/22172/1

diff --git a/src/tests/hnb-test-ranap.c b/src/tests/hnb-test-ranap.c
index fe7db48..3db876c 100644
--- a/src/tests/hnb-test-ranap.c
+++ b/src/tests/hnb-test-ranap.c
@@ -16,7 +16,7 @@
 				  struct ranap_message_s *ranap_msg)
 {
 	int len;
-	char *data;
+	uint8_t *data;
 	RANAP_PermittedIntegrityProtectionAlgorithms_t *algs;
 	RANAP_IntegrityProtectionAlgorithm_t *first_alg;
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-iuh/+/22172
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I04b1c0446124d66dae1e8fb99d9b82782d12bde7
Gerrit-Change-Number: 22172
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210114/c4823a22/attachment.htm>


More information about the gerrit-log mailing list