Files
mirror_zfs/cmd
Brooks Davis 7e52795aad ztest: use ASSERT3P to compare pointers
With a sufficiently modern gcc (I saw this with gcc13), gcc complains
when casting pointers to an integer of a different type (even a larger
one).  On 32-bt ASSERT3U does this on 32-bit systems by casting a 32-bit
pointer to uint64_t so use ASSERT3P which uses uintptr_t.

Fixes: 5caeef02fa RAID-Z expansion feature

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Brooks Davis <brooks.davis@sri.com>
Closes #16115
2024-04-22 10:48:58 -07:00
..
2023-11-08 10:19:41 -08:00
2024-02-08 09:19:52 -08:00
2024-04-22 09:42:38 -07:00
2024-04-22 10:45:39 -07:00
2024-04-19 10:19:12 -07:00
2023-03-14 15:25:50 -07:00
2023-05-25 13:51:53 -07:00