-
alierak committed patchset 2497 of module tinymush to the TinyMUSH CVS repository, changing 1 files.
2008-01-11 18:44:56 UTC in TinyMUSH
-
Two things strike me as incorrect about SetStrategies() in src/strategies.c:
1. In the first iteration of the for loop after drand48() is called, count == 0, so the if statement references cumulative[-1] which is unallocated, uninitialized memory.
2. Because of possible rounding errors in the calculation of cumulative probabilities, and unnecessarily strict logic in the aforementioned if...
2007-06-19 15:29:20 UTC in cfengine
-
I set up a similar machine with gdb, and wrote a patch to fix a couple of alignment problems in stdfns.c. This does *not* fix all obvious alignment problems in the code, just enough to pass 'make check' on a sparc.
File Added: mutils-align.patch.
2007-05-28 21:21:06 UTC in Libmhash
-
I'm attaching a first draft of a patch. Please review carefully. Here are some key points:
1. Yacc parsing continues within the unsuccessful branch of a conditional, but most actions that would normally be performed (such as including a file when we encounter @@include) are skipped with "if (!eating)" tests.
2. Conditionals are allowed to be nested; the yacc grammar will require that text...
2007-05-26 17:36:19 UTC in aide
-
It looks like processing of @@else is not fully implemented in aide 0.13.1. There are two logical cases for how @@else should be handled:
1. When handle_endif() is called with doit = 1; e.g., "@@undef FOO ... @@ifdef FOO", the conditional test has failed. In this case, we should skip input up to the @@else and continue processing. This is implemented.
2. When handle_endif() is called with...
2007-05-25 16:13:10 UTC in aide
-
I don't have a debugger on this machine with which to dig deeper, but (a) WHIRLPOOL and MD2 tests fail even though they were not disabled, and (b) I am left with a coredump from frag_test. Invoking aide (file integrity checker linked with libmhash) with whirlpool enabled also causes aide to coredump.
# uname -a
SunOS -------- 5.9 Generic_117171-07 sun4u sparc SUNW,Sun-Blade-2500
#...
2007-05-17 21:47:20 UTC in Libmhash
-
alierak committed patchset 2455 of module tinymush to the TinyMUSH CVS repository, changing 1 files.
2006-11-25 22:10:20 UTC in TinyMUSH
-
alierak committed patchset 2452 of module tinymush to the TinyMUSH CVS repository, changing 1 files.
2006-09-16 08:31:05 UTC in TinyMUSH
-
alierak committed patchset 2451 of module tinymush to the TinyMUSH CVS repository, changing 1 files.
2006-09-11 05:46:53 UTC in TinyMUSH
-
alierak committed patchset 2450 of module tinymush to the TinyMUSH CVS repository, changing 1 files.
2006-09-10 17:57:57 UTC in TinyMUSH