sdr4wkc48 (sdr4wkc48)

Race #35

View Pit Stop page for race #35 by sdr4wkc48Ghost race

View profile for sdr4wkc48 (sdr4wkc48)

Official speed 45.32 wpm (67.78 seconds elapsed during race)
Race Start March 6, 2023 8:58:46am UTC
Race Finish March 6, 2023 8:59:54am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 19.64
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));