Skip to content

Commit

Permalink
* transcode.c (rb_econv_substr_append): fix for buffer overrun.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Aug 25, 2008
1 parent d9a1cc2 commit 0d0c147
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Mon Aug 25 17:34:10 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>

* transcode.c (rb_econv_substr_append): fix for buffer overrun.

Mon Aug 25 14:22:21 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>

* parse.y (YYSTYPE): struct RVarmap has been no longer
Expand Down
6 changes: 5 additions & 1 deletion win32/enc-setup.mak
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
BUILTIN_ENCOBJS: $(srcdir)/enc/Makefile.in
encs: BUILTIN_ENCOBJS BUILTIN_TRANSOBJS
BUILTIN_ENCOBJS BUILTIN_TRANSOBJS: $(srcdir)/enc/Makefile.in

!include $(srcdir)/enc/Makefile.in

BUILTIN_ENCOBJS:
@echo BUILTIN_ENCOBJS = $(BUILTIN_ENCS:.c=.obj) >> $(MAKEFILE)

BUILTIN_TRANSOBJS:
@echo BUILTIN_TRANSOBJS = $(BUILTIN_TRANSES:.trans=.obj) >> $(MAKEFILE)

0 comments on commit 0d0c147

Please sign in to comment.