From: "user021 (a s)" Date: 2013-08-20T22:35:52+09:00 Subject: [ruby-core:56759] [ruby-trunk - Bug #8803] Another buffer overflow Issue #8803 has been updated by user021 (a s). normalperson (Eric Wong) wrote: > "user021 (a s)" wrote: > > Bug #8803: Another buffer overflow > > https://bugs.ruby-lang.org/issues/8803 > > ruby -v: ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux] > > > I did increase opened files limit on my Ubuntu Release 12.04 (precise) 64-bit (Kernel Linux 3.2.0-40-generic) ulimit -n 20000 but no effect.thx in advance > > Actually, this looks like problem with _FORTIFY_SOURCE usage in Ubuntu. > Please try 1.9.3-p448 or 2.0.0-p247, which contains workaround: > (r39985 in SVN) This might sound silly but how can i run my code with the new ruby 1.9.3-p448 that i installed using rbenv. when i do 'ruby -v' shows the old version and 'rbenv version' shows the newer one.thx ---------------------------------------- Bug #8803: Another buffer overflow https://bugs.ruby-lang.org/issues/8803#change-41302 Author: user021 (a s) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN Hello guys, i was running a little code written in ruby for a few minutes (more exactly https://github.com/Hood3dRob1n/Ding.rb/blob/master/ding2.rb) when it crashed, reason buffer overflow. I did increase opened files limit on my Ubuntu Release 12.04 (precise) 64-bit (Kernel Linux 3.2.0-40-generic) ulimit -n 20000 but no effect.thx in advance -- http://bugs.ruby-lang.org/