kopia lustrzana https://github.com/solokeys/solo1
				
				
				
			fixing memmove size in ctap_filter_invalid_credentials()
							rodzic
							
								
									8181a0585e
								
							
						
					
					
						commit
						42cb3321ec
					
				|  | @ -1222,7 +1222,7 @@ int ctap_filter_invalid_credentials(CTAP_getAssertion * GA) | |||
|                     break; | ||||
|                 } | ||||
|                 GA->creds[count].type = PUB_KEY_CRED_PUB_KEY; | ||||
|                 memmove(&(GA->creds[count].credential), &rk, sizeof(CTAP_residentKey)); | ||||
|                 memmove(&(GA->creds[count].credential), &rk, sizeof(struct Credential)); | ||||
|                 count++; | ||||
|             } | ||||
|         } | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Piergiacomo De Marchi
						Piergiacomo De Marchi