Chieh laptop (leejay8011piq)

Race #14

View Pit Stop page for race #14 by leejay8011piqGhost race

View profile for Chieh laptop (leejay8011piq)

Official speed 59.42 wpm (51.70 seconds elapsed during race)
Race Start September 14, 2023 5:00:30am UTC
Race Finish September 14, 2023 5:01:21am UTC
Outcome No win (2 of 3)
Accuracy 99.0%
Points 25.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));