Mohamed Emad Fathy (mohamed_2004_emad)

Race #22

View Pit Stop page for race #22 by mohamed_2004_emadGhost race

View profile for Mohamed Emad Fathy (mohamed_2004_emad)

Official speed 23.40 wpm (131.28 seconds elapsed during race)
Race Start April 4, 2025 4:05:36pm UTC
Race Finish April 4, 2025 4:07:48pm UTC
Outcome No win (3 of 3)
Accuracy 91.0%
Points 10.14
Text #10004 (Length: 256 characters)

this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order); if (this == NULL) { printk(KERN_WARNING "fsm(%s): init_fsm: Couldn't alloc instance\n", name); return NULL; } memset(this, 0, sizeof(fsm_instance)); strlcpy(this->name, name, sizeof(this->name));