samiraarancibia (samiraarancibia123426)

Race #49

View Pit Stop page for race #49 by samiraarancibia123426Ghost race

View profile for samiraarancibia (samiraarancibia123426)

Official speed 21.96 wpm (139.89 seconds elapsed during race)
Race Start June 3, 2025 1:14:37pm UTC
Race Finish June 3, 2025 1:16:57pm UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 9.52
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));