Jamie

Results 2 issues of Jamie

Hey Inside `parseString`, the arguments `data`, and `num_components` are entirely user controlled. They are added together with `base` and used to check if we can safely read the contents of...

Just bringing to your attention there are some bugs in certain places in your code, specifically in and around the handle_new_guest_remarks function: ```c void handle_new_guest_remarks(int client_socket) { char remarks[1024]=""; char...