Vertaling van "a null byte" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
As null bytes denote the end of a string in C, strings containing them won't be considered entirely but rather only until a null byte occurs.
Como un byte nulo denota el fin de una cadena en C, las cadenas que contengan estos no serán consideradas por completo, sino solo hasta que ocurra un byte nulo.
Es how much data is following, then the command to run followed by a null byte, and then the server's hostname followed by a final null byte.
Como siempre, comienza con 4 bytes indicadores de cuantos datos siguen a continuación, siguiendo con el comando a lanzar, y terminando con un byte nulo, el nombre del servidor y otro byte nulo más.
The entries are separated by null bytes ('\0'), and there may be a null byte at the end.
Las entradas están serparadas por caracteres nulos, y podría haber un carácter nulo al final.
The compiler places a null byte (\0) at the end of each string literal so that programs that scan the string literal can find its end.
El compilador ubica un carácter nulo ('\0') al final de cada cadena para que los programas puedan encontrar el final.
The compiler places a null byte (\0) at the end of each string literal so that programs that scan the string literal can find its end.
Es muy importante señalar que el compilador sitúa siempre un byte nulo (\0) adicional al final de cada cadena de caracteres para señalar el final de esta.
If s is not NULL, the mbtowc function returns the number of consumed bytes starting at s, or 0 if s points to a null byte, or -1 upon failure.
Si s no es NULL, la función mbtowc devuelve el número de bytes consumidos de s, 0 si s apunta a un byte nulo o -1 en caso de fallo.
The server must send a null byte to terminate a policy file, and may thereafter close the connection; if the server does not close the connection, Flash Player will do so upon receiving the terminating null byte.
El servidor debe enviar un byte nulo para terminar un archivo de política y más tarde puede cerrar la conexión; si el servidor no cierra la conexión, Flash Player la cerrará después de recibir el byte nulo de terminación.
SysAid Help Desk before 15.2 does not properly check file extensions, which allows remote attackers to upload and execute arbitrary files via a NULL byte after the extension, as demonstrated by a.war%00 file.
Removed Translation SysAid Help Desk anterior a 15.2 no comprueba correctamente las extensiones de los ficheros, lo que permite a atacantes remotos subir y ejecutar ficheros arbitrarios a través de un byte nulo después de la extensión, tal y como fue
readlink() does not append a null byte to buf.
The length of the arrays in a struct utsname is unspecified; the fields are terminated by a null byte ('').
La longitud de los vectores de la estructura utsname es indefinida; los campos terminan en NUL. VALOR DEVUELTO
Because of this, it is possible to manipulate the string simply by introducing a NULL byte.
Debido a esto, es posible manipular la cadena simplemente introduciendo un byte NULL.
Also note that a NULL byte ("\0") is not equivalent to the PHP NULL constant.
También note que un byte NULL ("\0") no es equivalente a la constante NULL de PHP.
gets() reads a line from stdin into the buffer pointed to by s until either a terminating newline or EOF, which it replaces with a null byte ('\0').
gets() lee una línea de stdin y la guarda en el búfer al que apunta s hasta que se encuentre bien un carácter terminador nueva-línea, bien EOF, al cual reemplaza con '\0'.