]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libsa: dereferencing type-punned pointer in cd9660
authorToomas Soome <tsoome@FreeBSD.org>
Thu, 2 Aug 2018 06:22:10 +0000 (06:22 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Thu, 2 Aug 2018 06:22:10 +0000 (06:22 +0000)
commit17e2c2661b2dce496ed35c3a1a3f616618b9ed07
tree4400497af42ec30b1290919b1cacc14246eda574
parentb59e9cd1c0404a48d6f1c66def2d8500a419b9a0
libsa: dereferencing type-punned pointer in cd9660

The warning is given by gcc build, but it is good to fix anyhow.
use bcopy instead of direct assignment.
stand/libsa/cd9660.c
stand/libsa/cd9660read.c