clinton (papa_bear_clinton)

Race #27

View Pit Stop page for race #27 by papa_bear_clintonGhost race

View profile for clinton (papa_bear_clinton)

Official speed 30.60 wpm (100.39 seconds elapsed during race)
Race Start December 16, 2024 8:17:18am UTC
Race Finish December 16, 2024 8:18:58am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 13.26
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));