Explorar el Código

Fix buffer cleanup

master
Arun Prakash Jana hace 4 años
padre
commit
01392d48ad
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Ver fichero

@@ -3049,7 +3049,7 @@ static wchar_t *unescape(const char *str, uint maxcols)
size_t lencount = 0;

#ifdef NOLOCALE
memset(wbuf, 0, sizeof(NAME_MAX + 1) * sizeof(wchar_t));
memset(wbuf, 0, NAME_MAX + 1);
#endif

/* Convert multi-byte to wide char */


Cargando…
Cancelar
Guardar