Skip to content
Snippets Groups Projects
Commit a32efe0d6327 authored by David Kilzer's avatar David Kilzer
Browse files

xsltEvalUserParams() and xsltQuoteUserParams() are susceptible to integer...

xsltEvalUserParams() and xsltQuoteUserParams() are susceptible to integer overflow when iterating through const char** array

* libxslt/variables.c:
(xsltEvalUserParams):
(xsltQuoteUserParams):
- Prevent integer overflow by changing the type of `indx`
  variables from `int` to `size_t`.
parent baece50b8f39
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment