Displaying 1 result from an estimated 1 matches for "d70efff".
Did you mean:
d70eaf2
2012 Jun 26
2
[GIT PULL] elflink bug fixes
...3,10 @@ static void gpxecmd(const char **args)
memset(®, 0, sizeof reg);
- fx = __com32.cs_bounce;
+ fx = lmalloc(sizeof *fx);
+ if (!fx)
+ return;
+
q = (char *)(fx + 1);
fx->Status = 1;
diff --git a/com32/modules/host.c b/com32/modules/host.c
index df51725..d70efff 100644
--- a/com32/modules/host.c
+++ b/com32/modules/host.c
@@ -1,43 +1,14 @@
-/* ----------------------------------------------------------------------- *
- *
- * Copyright 2009 Liu Aleaxander <Aleaxander at gmail.com>
- * Copyright 2012 Paulo Alcantara <pcacjr at zytor.com>
- *
-...