Vrum (vrumvrum56)

Race #6

View Pit Stop page for race #6 by vrumvrum56Ghost race

View profile for Vrum (vrumvrum56)

Official speed 62.66 wpm (49.03 seconds elapsed during race)
Race Start June 13, 2023 2:44:34pm UTC
Race Finish June 13, 2023 2:45:23pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 27.15
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));