anastasis (firegun233)

Race #6

View Pit Stop page for race #6 by firegun233Ghost race

View profile for anastasis (firegun233)

Official speed 18.20 wpm (168.79 seconds elapsed during race)
Race Start June 12, 2023 9:02:16pm UTC
Race Finish June 12, 2023 9:05:05pm UTC
Outcome No win (3 of 3)
Accuracy 90.0%
Points 7.89
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));