Change in osmo-iuh[master]: exit(2) on unsupported positional arguments on command line

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/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Dec 3 20:53:17 UTC 2019


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


Change subject: exit(2) on unsupported positional arguments on command line
......................................................................

exit(2) on unsupported positional arguments on command line

Change-Id: Id33caf93325074f9e5b2b322ac497b1c21c3f406
---
M src/hnbgw.c
1 file changed, 5 insertions(+), 0 deletions(-)



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

diff --git a/src/hnbgw.c b/src/hnbgw.c
index 9dc67a2..0db04af 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -455,6 +455,11 @@
 			break;
 		}
 	}
+
+	if (argc > optind) {
+		fprintf(stderr, "Unsupported positional arguments on command line\n");
+		exit(2);
+	}
 }
 
 CTRL_CMD_DEFINE_RO(hnb_info, "info");

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

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: Id33caf93325074f9e5b2b322ac497b1c21c3f406
Gerrit-Change-Number: 16449
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191203/5843775b/attachment.htm>


More information about the gerrit-log mailing list