Merge pull request #2 from Aargonian/bugfix#1
Merge buffer overflow bugfix into master
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#define MIN_VEC_SIZE 8
|
||||
#define MAX_STR_SIZE 256
|
||||
#define MAX_STR_SIZE 255
|
||||
|
||||
/*
|
||||
* The C Spec does not guarantee an exact 8/16/32/64-bit size for every platform
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#ifndef TEST_NAME_STRING_H
|
||||
#define TEST_NAME_STRING_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <constants.h>
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef NAMESORT_STRING_VECTOR_H
|
||||
#define NAMESORT_STRING_VECTOR_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <name_string.h>
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user