Tag Archives: Application Security

Format String Vulnerabilities

In many programming languages, the preferred way to deal with printing strings is through the use of format strings.  Format strings allow for the parsing of strings containing an arbitrary number of mixed data type parameters.  However, due to implementation … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment