[PATCH] call cookies_initialize() before gator_start()

Subsystems: the rest

STALE5621d

2 messages, 2 authors, 2011-03-28 · open the first message on its own page

[PATCH] call cookies_initialize() before gator_start()

From: Po-Yu Chuang <hidden>
Date: 2011-03-25 03:31:19

From: Po-Yu Chuang <redacted>

gator_crc32_table might be accessed by gator_chksum_crc32() before
it is allocated.

Signed-off-by: Po-Yu Chuang <redacted>
---
Hi Pawel Moll,

Not sure where to post this patch. Please let me know if there were something
wrong.

 gator_main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gator_main.c b/gator_main.c
index 60b09cb..12aa1be 100644
--- a/gator_main.c
+++ b/gator_main.c
@@ -739,13 +739,13 @@ static int gator_op_start(void)
 
 	mutex_lock(&start_mutex);
 
+	cookies_initialize();
+
 	if (gator_started || gator_start())
 		err = -EINVAL;
 	else
 		gator_started = 1;
 
-	cookies_initialize();
-
 	mutex_unlock(&start_mutex);
 
 	return err;
-- 
1.6.3.3

[PATCH] call cookies_initialize() before gator_start()

From: Pawel Moll <hidden>
Date: 2011-03-28 11:37:13

Hi Po-Yu,
Not sure where to post this patch. Please let me know if there were
something wrong.
I've passed your patch to the gator maintainers and they say it look ok.
Thanks a lot on their behalf (and mine :-)

Cheers!

Pawe?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help