mairzydoats_mason (mairzydoats_mason)

Race #329

View Pit Stop page for race #329 by mairzydoats_masonGhost race

View profile for mairzydoats_mason (mairzydoats_mason)

Official speed 58.62 wpm (52.41 seconds elapsed during race)
Race Start September 30, 2019 11:04:14pm UTC
Race Finish September 30, 2019 11:05:06pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 25.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));