Dead (deadinside_101_2)

Race #13

View Pit Stop page for race #13 by deadinside_101_2Ghost race

View profile for Dead (deadinside_101_2)

Official speed 40.01 wpm (76.78 seconds elapsed during race)
Race Start June 20, 2023 12:08:05am UTC
Race Finish June 20, 2023 12:09:22am UTC
Outcome No win (2 of 2)
Opponents 1. mustafa_reda (53.74 wpm)
Accuracy 93.0%
Points 17.34
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));