j
k
j a
j l
Huw Davies (@huw) commented about server/registry.c:
if ((key = create_key( parent, &name, 0, KEY_WOW64_64KEY, 0, sd ))) { load_registry( key, req->file ); if((filename = malloc( req_data_len + 1 )))
if ((key = create_key( parent, &name, 0, KEY_WOW64_64KEY, 0, sd ))) {
load_registry( key, req->file );
if((filename = malloc( req_data_len + 1 )))
Missing space after `if`.
Back to the thread
Back to the list