Vertaling van "as printf" in Duits
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.
The tool will attempt to find potential issues with the use of variadic functions within C and C++ source code, such as printf, fprintf and syslog.
Das Werkzeug versucht, mögliche Punkte bei der Verwendung von variadischen Funktionen innerhalb des C- und C++-Quellcodes, wie beispielsweise printf, fprintf und syslog, zu finden.
It affects functions such as printf(3), scanf(3), and strtod(3).
Sie beeinflusst Funktionen wie printf(3), scanf(3) und strtod(3).
Sometimes this notation is also used to remove ambiguities, for example to distinguish between the printf command that can also be indicated by printf(1) and the printf function in the C programming language, which can also be referred to as printf(3).
Manchmal wird diese Ausdrucksweise auch verwendet um Mehrdeutigkeiten zu beseitigen, um zum Beispiel zwischen dem Befehl printf, der in printf(1) beschrieben ist, und der Funktion printf in der Programmiersprache C, auf die sich printf(3) bezieht, zu unterscheiden.
Variadic macros are particularly useful when writing wrappers to functions taking a variable number of parameters, such as printf, for example when logging warnings and errors.
Makros mit einer variablen Anzahl von Parametern bieten sich an, um Argumente an eine variadische Funktion zu übergeben
A format string vulnerability exists if a user can manipulate the format specification passed to a basic C function, such as printf, fprintf, or sprintf, a vulnerability exists.
Kann ein Benutzer die Format-Spezifikation, die an eine Grundfunktion von C (z.B. printf, fprintf oder sprintf) übergeben wird, manipulieren, liegt eine Format String Schutzverletzung vor.
CbdeFormat manages an extensible list of functions such as printf(), sprintf(), scanf() etc.
CbdeFormat verwaltet eine (beliebig erweiterbare) Liste von Funktionen wie printf(), sprintf(), scanf() etc., die mithilfe von Makros durch Aufrufe der typsicheren Varianten ersetzt werden.
The () entry in the table of operator precedence represents a function call; examples of calls to functions such as printf and trace are presented in Chapter 1, Introduction.
Der Eintrag () in der Tabelle der Operatorrangfolge stellt einen Funktionsaufruf dar. Beispiele für Aufrufe von Funktionen wie printf oder trace finden Sie in Chapter 1, Introduction.
The problem stems from the use of unchecked user input as the format string parameter in certain C functions that perform formatting, such as printf().
Das Problem rührt von der Benutzung ungefilterter Benutzereingaben in bestimmten C-Funktionen her, wie printf(), welche für die Ausgabe formatierten Textes zuständig sind.
Some functions deliberately do not conform to the POSIX or C standards for security reasons, such as printf which does not support the %n format string.
Einige Funktionalität wurde absichtlich nicht POSIX-Konform gestaltet, so wurde etwa auf Unterstützung des printf-Formats %n aus Sicherheitserwägungen verzichtet.
The problem stems from the use of unchecked user input as the format string parameter in certain C functions that perform formatting, such as printf().
Das Problem rührt von der Benutzung ungefilterter Benutzereingaben in bestimmten C-Funktionen her, wie printf(), welche für die Ausgabe formatierten Textes zuständig sind.