Pawel Jakub Dawidek
8e88808915
md_hash field in g_eli_metadata structure is not 4 byte aligned, which
...
case panic on sparc64.
The problem is in MD5(9) implementation. The Encode() function takes
'unsigned char *output' as its first argument, which is then assigned to
'u_int32_t *op'. If the 'output' argument is not 4 byte aligned (and in
geli(8) case it is not), sparc64 machine will panic.
I don't know how to fix MD5(9) in a clean way, so I'm implementing a
work-around in geli(8).
Reported by: brueffer
MFC after: 3 days
2006-03-30 14:41:13 +00:00
..
2005-11-30 19:07:28 +00:00
2006-02-01 12:06:01 +00:00
2006-03-30 14:41:13 +00:00
2006-02-01 12:06:01 +00:00
2006-03-04 19:41:54 +00:00
2006-03-30 12:15:41 +00:00
2006-02-01 12:06:01 +00:00
2006-03-28 18:34:36 +00:00
2006-02-01 12:06:01 +00:00
2006-02-01 12:06:01 +00:00
2006-01-22 15:35:14 +00:00
2006-03-30 14:01:25 +00:00
2006-02-01 12:06:01 +00:00
2005-11-30 22:15:00 +00:00
2005-11-30 22:15:00 +00:00
2005-01-06 18:27:30 +00:00
2005-11-30 22:54:41 +00:00
2005-01-06 18:27:30 +00:00
2005-09-18 23:54:40 +00:00
2005-03-18 06:57:58 +00:00
2005-11-18 02:43:49 +00:00
2005-11-18 02:43:49 +00:00
2005-11-12 20:02:02 +00:00
2005-09-04 19:14:19 +00:00
2005-11-30 22:15:00 +00:00
2005-11-30 19:24:51 +00:00
2004-10-25 12:28:28 +00:00
2006-03-13 14:59:57 +00:00
2005-11-25 10:09:30 +00:00
2005-01-06 18:27:30 +00:00
2005-11-30 22:15:00 +00:00
2005-05-01 09:44:50 +00:00
2005-11-30 22:15:00 +00:00
2006-02-18 11:21:17 +00:00
2006-02-18 11:21:17 +00:00
2005-11-18 02:43:49 +00:00
2005-03-30 09:33:10 +00:00
2005-11-30 22:15:00 +00:00
2006-03-02 05:37:44 +00:00
2005-02-10 12:10:35 +00:00
2005-11-30 22:15:00 +00:00
2005-09-03 11:03:10 +00:00
2004-09-05 21:15:58 +00:00