Merge pull request #2 from Aargonian/bugfix#1

Merge buffer overflow bugfix into master
This commit is contained in:
Aaron Helton
2019-10-17 22:25:38 -04:00
committed by GitHub
3 changed files with 1 additions and 3 deletions

View File

@@ -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

View File

@@ -3,7 +3,6 @@
#ifndef TEST_NAME_STRING_H
#define TEST_NAME_STRING_H
#include <stdint.h>
#include <constants.h>
/*

View File

@@ -1,7 +1,6 @@
#ifndef NAMESORT_STRING_VECTOR_H
#define NAMESORT_STRING_VECTOR_H
#include <stdint.h>
#include <name_string.h>
/*