Summary: | sigsegv in xmlStrcat and xmlStrcat | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Alexey Voinov <voins> |
Component: | libxml2 | Assignee: | Mikhail Zabaluev <mhz> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | critical | ||
Priority: | P4 | CC: | at, shaba |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
Description
Alexey Voinov
2002-08-20 20:27:13 MSD
The first argument of xmlStrcat is supposed to be either a string buffer allocated with the library\'s allocation functions, or NULL. The buffer may be subjected to reallocation in the routine, and it\'s handed to realloc() by default. The sample uses statically allocated string literals. The first argument of xmlStrcat is supposed to be either a string buffer allocated with the library\'s allocation functions, or NULL. The buffer may be subjected to reallocation in the routine, and it\'s handed to realloc() by default. The sample uses statically allocated string literals. |