Ensure that set_name_idx() doesn't exceed target bounds
[fio.git] / server.h
index 0a98bf5bb25e56c94402a981e575ff29620a45bd..b0cea150233e98e8f0838c24510b74e35db459a5 100644 (file)
--- a/server.h
+++ b/server.h
@@ -38,7 +38,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 40,
+       FIO_SERVER_VER                  = 44,
 
        FIO_SERVER_MAX_FRAGMENT_PDU     = 1024,
        FIO_SERVER_MAX_CMD_MB           = 2048,