- May 10, 2023
-
-
Lucas Magalhães authored
This was reported by cppcheck over require's code: require-ess/src/runScript.c:128:12: error: Common realloc mistake: 'line_raw' nulled but not freed upon failure [memleakOnRealloc] if ((line_raw = realloc(line_raw, line_raw_size *= 2)) == NULL) ^ Unfortunately realloc can return null, in that case if we use something like line_raw = realloc(line_raw, size); The memory pointed by line_raw is lost.
-
- Nov 03, 2022
-
-
Lucas Magalhães authored
-
- Apr 20, 2022
-
-
Anders Lindh Olsson authored
-
- Apr 12, 2022
-
-
Anders Lindh Olsson authored
This reverts commit 9b59288d.
-
Anders Lindh Olsson authored
-
Anders Lindh Olsson authored
-
Anders Lindh Olsson authored
-
- Feb 09, 2022
-
-
Simon Rose authored
-
- Dec 02, 2021
-
-
Anders Lindh Olsson authored
-
- Dec 01, 2021
-
-
Anders Lindh Olsson authored
-
- Jan 13, 2021
-
-
Simon Rose authored
-
- Nov 05, 2020
-
-
Simon Rose authored
-
- Oct 15, 2020
-
-
Krisztián Löki authored
This reverts commit 068ec9ee. loadIocsh is funcitonally equivalent to runScript
-
- Sep 18, 2018
-
-
Jeong Han Lee authored
-
Jeong Han Lee authored
This reverts commit c6d3216a.
-
- Sep 17, 2018
-
-
Jeong Han Lee authored
-
- Jul 04, 2018
-
-
Dirk Zimoch authored
save and restore MODULE and MODULE_DIR after running a script, because that script may have called require
-
- May 08, 2018
-
-
Jeong Han Lee authored
b3bc2ac2
-
- Apr 20, 2018
-
-
Dirk Zimoch authored
-
- Apr 19, 2018
-
-
Dirk Zimoch authored
-
Dirk Zimoch authored
-
Dirk Zimoch authored
-
- Apr 18, 2018
-
-
Dirk Zimoch authored
-
Dirk Zimoch authored
-
- Apr 17, 2018
-
-
Dirk Zimoch authored
-
- Jul 07, 2017
-
-
Dirk Zimoch authored
-
- Feb 22, 2017
-
-
Dirk Zimoch authored
-
- Oct 26, 2016
-
-
Dirk Zimoch authored
-
- Sep 08, 2016
-
-
Brands Helge authored
-
- Sep 06, 2016
-
-
Dirk Zimoch authored
-
Dirk Zimoch authored
-
- Aug 31, 2016
-
-
Dirk Zimoch authored
-
- Aug 18, 2016
-
-
Dirk Zimoch authored
-
Dirk Zimoch authored
-
- Aug 04, 2016
-
-
Dirk Zimoch authored
-
- Mar 10, 2016
-
-
Dirk Zimoch authored
-
- Mar 04, 2016
-
-
Dirk Zimoch authored
-
- Jan 05, 2016
-
-
Dirk Zimoch authored
-
Dirk Zimoch authored
-
- Jan 04, 2016
-
-
Dirk Zimoch authored
-