account deleted (concurrent)

Race #45

View Pit Stop page for race #45 by concurrentGhost race

View profile for account deleted (concurrent)

Official speed 44.60 wpm (68.88 seconds elapsed during race)
Race Start March 23, 2020 7:47:39am UTC
Race Finish March 23, 2020 7:48:48am UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 19.33
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));