Get_Packet_Hash dumps core
Status: Pre-Alpha
Brought to you by:
coppit
The following code segment causes a core dump in
Get_Packet_Hash(). I believe I am using the function
properly.
md5 my_md5;
my_md5.Set_MD5("99108ab5a6007164a910626bbcc5888f");
Main_Packet *p = new Main_Packet(my_md5);
md5 should_be_my_md5;
should_be_my_md5.Set_MD5("11108ab5a6007164D110626bbcc5888D");
should_be_my_md5 = p->Get_Packet_Hash();