Patch from vodz to fix a potential segfault
This commit is contained in:
parent
900c24dc4e
commit
889a301a0c
@ -799,8 +799,8 @@ static int match_compare(const void *a, const void *b)
|
|||||||
#define QUOT (UCHAR_MAX+1)
|
#define QUOT (UCHAR_MAX+1)
|
||||||
|
|
||||||
#define collapse_pos(is, in) { \
|
#define collapse_pos(is, in) { \
|
||||||
memcpy(int_buf+is, int_buf+in, (BUFSIZ+1-is-in)*sizeof(int)); \
|
memcpy(int_buf+(is), int_buf+(in), (BUFSIZ+1-(is)-(in))*sizeof(int)); \
|
||||||
memcpy(pos_buf+is, pos_buf+in, (BUFSIZ+1-is-in)*sizeof(int)); }
|
memcpy(pos_buf+(is), pos_buf+(in), (BUFSIZ+1-(is)-(in))*sizeof(int)); }
|
||||||
|
|
||||||
static int find_match(char *matchBuf, int *len_with_quotes)
|
static int find_match(char *matchBuf, int *len_with_quotes)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user