Robert (zingers_za)

Race #9

View Pit Stop page for race #9 by zingers_zaGhost race

View profile for Robert (zingers_za)

Official speed 26.91 wpm (114.16 seconds elapsed during race)
Race Start September 4, 2018 7:17:11pm UTC
Race Finish September 4, 2018 7:19:06pm UTC
Outcome No win (2 of 3)
Accuracy 90.0%
Points 11.66
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));