Abdullah (infinity_divide_by_infinity)

Race #12

View Pit Stop page for race #12 by infinity_divide_by_infinityGhost race

View profile for Abdullah (infinity_divide_by_infinity)

Official speed 32.15 wpm (95.55 seconds elapsed during race)
Race Start May 24, 2023 3:06:39am UTC
Race Finish May 24, 2023 3:08:14am UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 13.93
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));