]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: strings in nvlist are counted strings, not c-strings
authorToomas Soome <tsoome@FreeBSD.org>
Wed, 17 Jun 2020 10:41:01 +0000 (10:41 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 02:42:56 +0000 (21:42 -0500)
commitd760091fdc20a6f06b9143d4d1d25ed1f775cb7c
tree77a5035db9946f67c0ad9a97f538f922e7eaf659
parentb38c8d4c6d691a3a65f90a7023c99bf64790caa4
loader: strings in nvlist are counted strings, not c-strings

We need to fetch both string size and data, then handle the data.

(cherry picked from commit c98740b5e252d1cefd6d33d93fc1015d16afc1b8)
stand/libsa/zfs/zfsimpl.c