Silmon121 (silmon)

Race #509

View Pit Stop page for race #509 by silmonGhost race

View profile for Silmon121 (silmon)

Official speed 64.64 wpm (47.52 seconds elapsed during race)
Race Start October 17, 2025 1:06:18pm UTC
Race Finish October 17, 2025 1:07:06pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 28.01
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));