Karan Jain (karanjain18)

Race #49

View Pit Stop page for race #49 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 45.57 wpm (67.41 seconds elapsed during race)
Race Start October 3, 2019 11:22:58am UTC
Race Finish October 3, 2019 11:24:05am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 19.75
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));