meyering (Jim Meyering)
- Login: meyering
- Email: jim@meyering.net
- Registered on: 06/27/2010
- Last sign in: 02/01/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
09/07/2010
-
05:48 AM Ruby Bug #3796 (Closed): make check fails on powerpc64 linux
- =begin
I cloned from git://github.com/ruby/ruby.git, then ran this as root:
autoreconf; ./configure && make && make check
Here's the tail of "make check" output:
Loaded suite ./test/runner
Started
..................
06/27/2010
-
11:14 PM Ruby Bug #3489 (Closed): avoid NULL dereference upon failed realloc
- =begin
There are two uses of realloc in thread.c, neither of which handles
the case in which realloc returns NULL.
Since these functions return void, the only solution appears to be to use xrealloc.
That appears to be consisten...