This could result in a crash or other behaviour in an application using the library due to an uninitialized variable being passed to longjmp.
Cela pourrait conduire à un plantage ou à d'autres comportements dans une application utilisant la bibliothèque à cause d'une variable non initialisée envoyée à longjmp.
629018: rtpjpegpay: unable to build because of uninitialized variable warning
Since it is very unlikely, although possible, that a 32-bit integer would take this specific value, the appearance of such a number in a debugger or memory dump most likely indicates an error such as a buffer overflow or an uninitialized variable.
Vu qu'il est rare qu'un entier codé sur 32 bit prenne une valeur aussi particulière, l'apparition d'un de ces nombres dans un débogueur ou dans un core dump indique généralement un dépassement de tampon ou une variable non initialisée.
It is nevertheless possible to perform arithmetic operations on an uninitialized variable.
Attention:Il est néanmoins possible de réaliser des opérations arithmétiques sur une variable non initialisée.
Joao Gouveia discovered an uninitialized variable which was insecurely used with file inclusions in the mantis package, a php based bug tracking system.
Joao Gouveia a découvert une variable non initialisée qui était utilisée sans précaution pour les inclusions de fichiers dans le paquets mantis, un système de suivi des bogues en php.
An information disclosure vulnerability exists when Microsoft Office software reads out of bound memory due to an uninitialized variable, which could disclose the contents of memory.
Il existe une vulnérabilité de divulgation d'informations lorsqu'un logiciel Microsoft Office lit la mémoire hors limites en raison d'une variable non initialisée qui pourrait divulguer le contenu de la mémoire.
Fix possible uninitialized variable usage in ews-test-timezones.c (Milan Crha)
Corrigez l'utilisation possible de la variable non initialisée dans ews-test-timezones.c (Milan Crha)
BUG: Fix an uninitialized variable.
BUG: Fixer une variable non initialisée.
Many operations return undef to indicate failure, end of file, system error, uninitialized variable, and other exceptional conditions.
De nombreuses opérations retournent undef pour signaler un échec, la fin d'un fichier, une erreur système, une variable non initialisée et d'autres conditions exceptionnelles.
Compiling with -fno-common is useful on targets for which it provides better performance, or if you wish to verify that the program will work on other systems which always treat uninitialized variable declarations this way.
Le seul moment où ceci pourrait être utile est quand vous voulez vérifier que le programme peut tourner sur d'autres systèmes qui travaillent toujours de cette façon.
Relying on the default value of an uninitialized variable is problematic in the case of including one file into another which uses the same variable name.
Utiliser la valeur par défaut d'une variable non initialisée est problématique lorsque vous incluez un fichier dans un autre qui utilise le même nom de variable.
foreach works only on arrays, and will issue an error when you try to use it on a variable with a different data type or an uninitialized variable.
foreach fonctionne uniquement sur les tableaux, et retournera une erreur si vous tentez de l'utiliser sur une variable d'un autre type ou non initialisée.
Andere resultaten
Prohibits references to uninitialized variables, except for uninitialized variables in strings.