fixed out-of-memory access in extension

This commit is contained in:
Tanguy Maze
2020-01-23 00:25:58 +01:00
parent 8a421600f4
commit 4f7e1a56ef
3 changed files with 24 additions and 24 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/03/27 16:51:02 by tmaze #+# #+# #
# Updated: 2019/12/06 09:59:47 by tmaze ### ########.fr #
# Updated: 2020/01/22 17:50:24 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -27,7 +27,7 @@ endif
# Compilator
CC = gcc
FLAGS = -Wall -Wextra -Werror -g
FLAGS = -Wall -Wextra -Werror -g -fsanitize=address
# Folders
LIBDIR = libft