Hylafax benutzt diese Daten als Teil eines Format-Strings, ohne die Eingabe ordentlich zu säubern.
Hylafax uses this data as part of a format string without properly sanitizing the input.
Es gibt zwei Arten von Format-Strings: Einfache und spezielle Textfolgen
There are two types of format string: a simple text string and a special text string.
Diese acht Funktionen schreiben die Ausgabe unter Kontrolle eines format-Strings, der angibt, wie die folgenden Argumente (oder Argumente, auf die mittels der Möglichkeit der variablen Zahl von Argumenten von stdarg(3) zugegriffen wird) für die Ausgabe konvertiert werden.
See stdarg(3). All of these functions write the output under the control of a format string that specifies how subsequent arguments (or arguments accessed via the variable-length argument facilities of stdarg(3)) are converted for output.
In den folgenden Formatbeispielen werden Kennungen mit einfachen Format-Strings, d.h. Format-Zeichenketten angezeigt
The following format examples display labels with basic format strings
Der beste Weg, um Beispiele für diese Umwandlungen zu sehen, besteht darin, selbst mit den Format-Strings zu experimentieren.
Die Anzahl und die Typen der Format-Strings dürfen in einem Text nicht geändert werden.
The number and the types of the format-codes must not be changed in a text.
Eine ausführlichere Beschreibung von Format-Strings im C-Sti - die auch für die Funktion printf verwendet werden - finden Sie in jedem Buch über C/C++.
A more extensive description of C-style format strings - used also for the printf function - can be found in any C/C++ book. font
infamous41md bemerkte, dass die Log-Funktionen von dhcp 2.x, welches immer noch in der stabilen Debian-Release verbreitet wird, Parameter an Funktionen übergeben, die Format-Strings verwenden.
"infamous41md" noticed that the log functions in dhcp 2.x, which is still distributed in the stable Debian release, contained pass parameters to function that use format strings.
Einzelne Kommandos, die Benutzung von Python als Rechner, der Gebrauch von Klammern zum Erhalt korrekter Ergebnisse und Format-Strings zum Kombinieren von Text und Zahlen.
Single commands, the use of Python as a calculator, using brackets to get the correct result and using format strings to combine text and numbers.
Um dies zu vereinfachen, habe ich das Programm FmtTest geschrieben, welches dem Anwender gestattet, Format-Strings für Integer- und Gleitkommazahlen vorzugeben.
To make this easier I've written the FmtTest program, which allows a user to provide formatting strings for integer and floating-point numbers.
Zwar bietet der GCC die Option -Wformat, die ihn veranlaßt, Format-Strings zur Kompilierzeit zu überprüfen - doch sobald man den Format-String über eine Indirektion wie beispielsweise gettext() gewinnt, funktioniert das natürlich nicht mehr.
While GCC provides static format string checking with the -Wformat switch, this does not work across compilers or if the format string is gathered at runtime, e.g. when returned by gettext().
Der in der GNU CFEngine enthaltene cfd Daemon enthält mehrere Fehler in der Behandlung von Format-Strings in syslog-Calls.
The cfd daemon in GNU CFEngine contains several format string vulnerabilities in syslog() calls.
Siehe Format-Strings für Datum, Uhrzeit und Datetime-Werte für weitere Informationen über die Erstellung dieses Format-String.
See Format strings for Date, Time, and DateTime values for more information on creating this format string.