MrBoombastic (mr_boombaastic)

Race #43

View Pit Stop page for race #43 by mr_boombaasticGhost race

View profile for MrBoombastic (mr_boombaastic)

Official speed 39.60 wpm (79.39 seconds elapsed during race)
Race Start July 10, 2021 12:07:38pm UTC
Race Finish July 10, 2021 12:08:58pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 17.16
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));