mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	Fix coverity defects: CID 161264
CID 161264: Uninitialized variables (UNINIT) In _zed_event_add_nvpair, when handling DATA_TYPE_UINT64, we should be using i64 throughout the entire case. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Don Brady <don.brady@intel.com> Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov> Closes #5964
This commit is contained in:
		
							parent
							
								
									2e215fecbe
								
							
						
					
					
						commit
						6b0ecd2f2f
					
				| @ -662,7 +662,7 @@ _zed_event_add_nvpair(uint64_t eid, zed_strings_t *zsp, nvpair_t *nvp) | ||||
| 
 | ||||
| 			(void) snprintf(alt, sizeof (alt), "%s_str", name); | ||||
| 			_zed_event_add_var(eid, zsp, prefix, alt, "%s", | ||||
| 			    zpool_pool_state_to_name(i32)); | ||||
| 			    zpool_pool_state_to_name(i64)); | ||||
| 		} | ||||
| 		break; | ||||
| 	case DATA_TYPE_DOUBLE: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Giuseppe Di Natale
						Giuseppe Di Natale