Karan Jain (karanjain18)

Race #81

View Pit Stop page for race #81 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 51.55 wpm (59.59 seconds elapsed during race)
Race Start October 19, 2019 6:45:56am UTC
Race Finish October 19, 2019 6:46:56am UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 22.34
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));