Fabian (spitzweck)

Race #2

View Pit Stop page for race #2 by spitzweckGhost race

View profile for Fabian (spitzweck)

Official speed 25.86 wpm (118.79 seconds elapsed during race)
Race Start February 13, 2023 2:08:58pm UTC
Race Finish February 13, 2023 2:10:57pm UTC
Outcome No win (3 of 3)
Accuracy 91.0%
Points 11.21
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));