Vertaling van "vswprintf" 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.
swprintf() et vswprintf() prennent un argument maxlen, au contraire de sprintf() et vsprintf().
Les fonctions swprintf() et vswprintf() réalisent la mise en forme d'une chaîne de caractères longs avant de l'écrire dans un tableau de caractères larges.
The swprintf() and vswprintf() functions perform wide-character output to an array of wide characters.
Andere resultaten
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().
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.
Les fonctions snprintf() et vsnprintf() sont conformes à C99.
The snprintf() and vsnprintf() functions conform to C99.
Dans Solaris 7 et précédentes, la version 64 bits de la libc a une routine vsnprintf boguée, qui génère des « core dumps » aléatoires dans PostgreSQL.
On Solaris 7 and older, the 64-bit version of libc has a buggy vsnprintf routine, which leads to erratic core dumps in PostgreSQL.
Les fonctions fwprintf() et vfwprintf() réalisent la mise en forme de chaînes de caractères larges en vue d'une écriture dans le fichier stream.
The fwprintf() and vfwprintf() functions perform wide-character output to stream.
Enfin, à moins de trouver un vsnprintf() fonctionnel, vous ne pourrez pas installer portsentry sur NeXTSTEP... et je n'en ai trouvé aucun !
Last, but not least, unless you find a working vsnprintf(), you won't be able to install portsentry on NeXTSTEP... and I didn't find one!
Les fonctions snprintf() et vsnprintf() n'écrivent pas plus de size octets (y compris le « \0 » final).
The functions snprintf() and vsnprintf() do not write more than size bytes (including the trailing '\0').
L'implémentation des fonctions snprintf() et vsnprintf() de la glibc se conforme au standard C99, et se comporte comme décrit plus haut depuis la glibc 2.1.
The glibc implementation of the functions snprintf() and vsnprintf() conforms to the C99 standard, that is, behaves as described above, since glibc version 2.1.
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.
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