Euan (emh_sk)

Race #2

View Pit Stop page for race #2 by emh_skGhost race

View profile for Euan (emh_sk)

Official speed 54.00 wpm (56.89 seconds elapsed during race)
Race Start August 30, 2023 4:00:12pm UTC
Race Finish August 30, 2023 4:01:09pm UTC
Outcome Win (1 of 2)
Accuracy 95.0%
Points 23.40
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));