General

Profile

rubysubmit (Ruby Submit)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 6 6

Activity

04/03/2012

06:00 AM Ruby master Bug #6248 (Third Party's Issue): Truncation of log when null character included in stream
require 'syslog'
Syslog.open("n")
Syslog.info("everything is normal and fine\0 additional message")
This r...
rubysubmit (Ruby Submit)
05:57 AM Ruby master Bug #6247 (Closed): Range not checked for day of year
File: strftime.c
case 'j': /* day of the year, 001 - 366 */
FMT('0', 3, "d", vtm->yday);
continue;
The...
rubysubmit (Ruby Submit)

03/31/2012

08:09 AM Ruby master Bug #6235 (Closed): Call to malloc not checked in thread_pthread.c
File: thread_pthread.c
struct cached_thread_entry *entry =
(struct cached_thread_entry *)malloc(sizeof(stru...
rubysubmit (Ruby Submit)
07:57 AM Ruby master Bug #6234 (Closed): Incomplete code in ossl_pkey_ec.c
File: ext\openssl\ossl_pkey_ec.c
} else {
BIO *in = ossl_obj2bio(arg1);
/* BUG: finish me */
...
rubysubmit (Ruby Submit)
07:57 AM Ruby master Bug #6233 (Closed): Definition of EVP_MD_CTX_cleanup incomplete.
File: ext\openssl\openssl_missing.c
Line: 67
#if !defined(HAVE_EVP_MD_CTX_CLEANUP)
int
EVP_MD_CTX_cleanup(EVP_M...
rubysubmit (Ruby Submit)
07:31 AM Ruby master Bug #6232 (Closed): Ruby : Segmentation fault on Readline.refresh_line after screen resize.
Repro
~~~ruby
require ‘readline’
Readline.set_screen_size(40, 80)
Readline.refresh_line
buf = Readline.rea...
rubysubmit (Ruby Submit)

Also available in: Atom