Vertaling van "vsprintf" in Engels
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.
Cependant, les normes indiquent explicitement que le résultat n'est pas défini si les tampons de source et de destination se recouvrent lors d'un appel à sprintf(), snprintf(), vsprintf() et vsnprintf().
However, the standards explicitly note that the results are undefined if source and destination buffers overlap when calling sprintf(), snprintf(), vsprintf(), and vsnprintf().
swprintf() et vswprintf() prennent un argument maxlen, au contraire de sprintf() et vsprintf().
La faille est provoquée à cause de l'absence d'un contrôle de la taille des tampons d'entrée, lorsque l'on utilise vsprintf ou sprintf.
The vulnerability is caused by not bounds checking the input buffers, when using vsprintf or sprintf.
Comme sprintf() et vsprintf() ne font pas de suppositions sur la longueur des chaînes, le programme appelant doit s'assurer de ne pas déborder l'espace d'adressage. C'est souvent difficile.
Because sprintf() and vsprintf() assume an arbitrarily long string, callers must be careful not to overflow the actual space; this is often impossible to assure.
vsprintf() fonctionne comme sprintf(), mais accepte un tableau comme argument, au lieu d'une liste d'arguments.
Operates as fprintf() but accepts an array of arguments, rather than a variable number of arguments. Parametri handle
Andere resultaten
FreeBSD avait aussi les fonctions asprintf() et vasprintf(), qui allouaient un tampon assez grand pour sprintf().
FreeBSD also has functions asprintf() and vasprintf(), that allocate a buffer large enough for sprintf().
NOM asprintf, vasprintf - Écriture formatée dans une chaîne allouée
Voir aussi sprintf() et vprintf().
vfprintf - Écrit une chaîne formatée dans un flux
vfprintf - Write a formatted string to a stream
Le contournement le plus simple connu est de forcer PostgreSQL à utiliser sa propre version de vsnprintf plutôt que celle de la bibliothèque.
The simplest known workaround is to force PostgreSQL to use its own version of vsnprintf rather than the library copy.
Florian Heinz a posté à la liste de diffusion de Bugtraq une exploitation pour qpopper basé sur un bogue dans l'implémentation de vsnprintf.
Florian Heinz posted to the Bugtraq mailing list an exploit for qpopper based on a bug in the included vsnprintf implementation.
L'utilitaire smbclient contient une vulnérabilité de chaîne de formatage provoquant un traitement des entrées utilisateur en tant que chaîne de formatage pour asprintf par les commandes gérant les noms de fichiers.
The smbclient utility contains a format string vulnerability where commands dealing with file names treat user input as format strings to asprintf.
Cette amélioration est particulièrement utile pour les applications qui utilisent la bibliothèque glib2, comme certaines de ses fonctions utilisent vasprintf.
This improvement is particularly useful for applications that use the glib2 library, as several of its functions use vasprintf.