KralTi (kralt)

Race #257

View Pit Stop page for race #257 by kraltGhost race

View profile for KralTi (kralt)

Official speed 30.23 wpm (101.62 seconds elapsed during race)
Race Start March 16, 2025 5:00:20pm UTC
Race Finish March 16, 2025 5:02:01pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 13.10
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));