QKhjZtXFyxmvF2 (qkhjztxfyxmvf2)

Race #45

View Pit Stop page for race #45 by qkhjztxfyxmvf2Ghost race

View profile for QKhjZtXFyxmvF2 (qkhjztxfyxmvf2)

Official speed 46.20 wpm (66.49 seconds elapsed during race)
Race Start September 22, 2018 9:51:27am UTC
Race Finish September 22, 2018 9:52:34am UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 20.02
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));