mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* transcode.c (rb_econv_substr_append): fix for buffer overrun.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d9a1cc2f4e
commit
0d0c147f23
2 changed files with 9 additions and 1 deletions
|
@ -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>
|
Mon Aug 25 14:22:21 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||||
|
|
||||||
* parse.y (YYSTYPE): struct RVarmap has been no longer
|
* parse.y (YYSTYPE): struct RVarmap has been no longer
|
||||||
|
|
|
@ -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
|
!include $(srcdir)/enc/Makefile.in
|
||||||
|
|
||||||
BUILTIN_ENCOBJS:
|
BUILTIN_ENCOBJS:
|
||||||
@echo BUILTIN_ENCOBJS = $(BUILTIN_ENCS:.c=.obj) >> $(MAKEFILE)
|
@echo BUILTIN_ENCOBJS = $(BUILTIN_ENCS:.c=.obj) >> $(MAKEFILE)
|
||||||
|
|
||||||
|
BUILTIN_TRANSOBJS:
|
||||||
|
@echo BUILTIN_TRANSOBJS = $(BUILTIN_TRANSES:.trans=.obj) >> $(MAKEFILE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue