aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/common/Makefile.in
diff options
context:
space:
mode:
authorMichael Santos <[email protected]>2010-10-01 19:54:51 -0400
committerBjörn Gustavsson <[email protected]>2010-10-04 15:25:22 +0200
commit3d430d0faa33f7d74f1258b400515dc6cea40c4e (patch)
tree1d1bce8b5f600f9ac9dd5495ac16eb776ef7a050 /erts/etc/common/Makefile.in
parentf21f0fa7d7ab6d5db573f06191a93aed6477b01b (diff)
downloadotp-3d430d0faa33f7d74f1258b400515dc6cea40c4e.tar.gz
otp-3d430d0faa33f7d74f1258b400515dc6cea40c4e.tar.bz2
otp-3d430d0faa33f7d74f1258b400515dc6cea40c4e.zip
dialyzer: prevent buffer overflows
Check length of buffers used with environment variables and debug messages.
Diffstat (limited to 'erts/etc/common/Makefile.in')
-rw-r--r--erts/etc/common/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/common/Makefile.in b/erts/etc/common/Makefile.in
index 96655662b8..333390b2c3 100644
--- a/erts/etc/common/Makefile.in
+++ b/erts/etc/common/Makefile.in
@@ -333,7 +333,7 @@ $(OBJDIR)/erlc.o: erlc.c
$(CC) $(CFLAGS) -o $@ -c erlc.c
$(BINDIR)/dialyzer@EXEEXT@: $(OBJDIR)/dialyzer.o
- $(PURIFY) $(LD) $(LDFLAGS) -o $@ $(OBJDIR)/dialyzer.o -L$(OBJDIR) $(LIBS)
+ $(PURIFY) $(LD) $(LDFLAGS) -o $@ $(OBJDIR)/dialyzer.o -L$(OBJDIR) $(LIBS) $(ERTS_INTERNAL_LIBS)
$(OBJDIR)/dialyzer.o: dialyzer.c
$(CC) $(CFLAGS) -o $@ -c dialyzer.c