no null-termination necessary after GNUNET_strlcpy
authorlurchi <lurchi@strangeplace.net>
Thu, 27 Jun 2019 09:12:42 +0000 (11:12 +0200)
committerlurchi <lurchi@strangeplace.net>
Thu, 27 Jun 2019 09:41:34 +0000 (11:41 +0200)
src/exit/gnunet-helper-exit-windows.c
src/vpn/gnunet-helper-vpn-windows.c

index 1e17ceaac5039d23e041e65bf540626075bc8b17..85a06c53910ad4ff6c01acdc56b1b57afdcefd24 100644 (file)
@@ -1536,7 +1536,6 @@ main (int argc, char **argv)
     }
 
   GNUNET_strlcpy (hwid, argv[1], sizeof (hwid));
-  hwid[LINE_LEN - 1] = '\0';
 
   /*
    * We use our PID for finding/resolving the control-panel name of our virtual
index 4ccecb873d978da50351ba6e61d14b9532f090da..ea4d3034722d097d5f4e5163d238053cf8f77b4e 100644 (file)
@@ -1533,7 +1533,6 @@ main (int argc, char **argv)
     }
 
   GNUNET_strlcpy (hwid, argv[1], sizeof (hwid));
-  hwid[LINE_LEN - 1] = '\0';
 
   /*
    * We use our PID for finding/resolving the control-panel name of our virtual