Changeset: feafd40b062e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=feafd40b062e Modified Files: clients/mapiclient/stethoscope.c monetdb5/ChangeLog.Jul2015 Branch: Jul2015 Log Message:
Fix argument handling diffs (23 lines): diff --git a/clients/mapiclient/stethoscope.c b/clients/mapiclient/stethoscope.c --- a/clients/mapiclient/stethoscope.c +++ b/clients/mapiclient/stethoscope.c @@ -139,7 +139,7 @@ main(int argc, char **argv) while (1) { int option_index = 0; - int c = getopt_long(argc, argv, "d:u:p:P:h:?:o:D:b", + int c = getopt_long(argc, argv, "d:u:p:P:h:?o:Db", long_options, &option_index); if (c == -1) break; diff --git a/monetdb5/ChangeLog.Jul2015 b/monetdb5/ChangeLog.Jul2015 --- a/monetdb5/ChangeLog.Jul2015 +++ b/monetdb5/ChangeLog.Jul2015 @@ -1,3 +1,7 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog +* Tue Sep 8 2015 Martin Kersten <m...@cwi.nl> +- Fixed potential crash in MAL debugger when accessing BATs by + index. Functionality dropped as it is also a security leak. + _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list