The don (photondestroyer)

Race #202

View Pit Stop page for race #202 by photondestroyerGhost race

View profile for The don (photondestroyer)

Official speed 51.07 wpm (60.15 seconds elapsed during race)
Race Start January 25, 2023 4:23:56am UTC
Race Finish January 25, 2023 4:24:56am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 22.13
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));