Spdk/lib/nvmf
Seth Howell a1a47b5592 nvmf/subsystem.c: add checks for valid utf-8 chars:
The NVMe spec states that nqn names are to be encoded in utf-8. The
prefixes of all nqn's are already required to be ascii by virtue of
their structure so they are already valid utf-8, but the user specified
strings should be checked for valid utf-8 strings.

Change-Id: I20090d366e93e98af4932eaa120d4edb6e512206
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/394118
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2018-01-11 10:57:38 -05:00
..
ctrlr_bdev.c nvmf: add support of hotplug for nvmf. 2017-12-15 16:14:02 -05:00
ctrlr_discovery.c nvmf: add support of hotplug for nvmf. 2017-12-15 16:14:02 -05:00
ctrlr.c nvmf: add support of hotplug for nvmf. 2017-12-15 16:14:02 -05:00
Makefile build: remove $(ENV_CFLAGS) where not necessary 2018-01-03 12:05:59 -05:00
nvmf_internal.h nvmf: Add synchronization primitives for subsystems 2018-01-03 11:58:11 -05:00
nvmf.c nvmf: Add synchronization primitives for subsystems 2018-01-03 11:58:11 -05:00
rdma.c nvmf,rdma: set cm_id = NULL 2018-01-09 15:51:50 -05:00
request.c nvmf: Remove poll group from controller 2017-12-12 15:01:17 -05:00
subsystem.c nvmf/subsystem.c: add checks for valid utf-8 chars: 2018-01-11 10:57:38 -05:00
transport.c nvmf: Remove poll group from controller 2017-12-12 15:01:17 -05:00
transport.h nvmf: Remove poll group from controller 2017-12-12 15:01:17 -05:00