Skip to content

Commit

Permalink
1048576 still seeing segfaults at 8192
Browse files Browse the repository at this point in the history
  • Loading branch information
bendailey committed Dec 2, 2015
1 parent eccc01a commit d6d4b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib4d_sql/fourd.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ typedef struct in_addr IN_ADDR;
#define BUFFER_LENGTH 131072
#define ERROR_STRING_LENGTH 2048

#define MAX_HEADER_SIZE 8192
#define MAX_HEADER_SIZE 1048576
#define DEFAULT_IMAGE_TYPE "jpg"
#define MAX_LENGTH_COLUMN_NAME 255

Expand Down

0 comments on commit d6d4b6e

Please sign in to comment.