Files
Nick Alcock 3e10cffc98 libctf: fix hash removal
We must call htab_remove_elt with an element (in this case, a mocked-up
one with only the key populated, since no reasonable hash function will
need the other fields), not with the key alone.

libctf/
	* ctf-hash.c (ctf_dynhash_remove): Call with a mocked-up element.
2019-07-01 11:05:59 +01:00
..
2019-07-01 11:05:59 +01:00
2019-05-28 17:08:14 +01:00
2019-06-07 13:46:39 +01:00
2019-05-28 17:07:24 +01:00
2019-07-01 11:05:59 +01:00
2019-06-07 13:46:39 +01:00
2019-06-21 13:04:02 +01:00