Files
hush3/src
Homu d6e6f51724 Auto merge of #2526 - bitcartel:2480_segfault_zeroconf_from_zaddr, r=daira
Fixes #2480 where missing map entry would cause a segfault.

`wtxHeight = mapBlockIndex[wtx.hashBlock]->nHeight;` results in undefined behaviour when the block hash is not present in the map, returning a null value which is dereferenced via `->nHeight`.  This error is triggered by a zero-conf wallet transaction which has not been mined yet.  As discussed in #2480, on some systems there is a segfault whilst on others there is a silent exit.  This makes it difficult to write a test, but the fix has been tested empirically to confirm an exception is thrown.  This PR fixes the segfault and complements #2525 which prevents a user from sending from a zaddr with minconf 0.
2017-07-27 22:42:59 -07:00
..
2017-07-12 16:34:58 -05:00
2015-11-04 23:48:07 +01:00
2017-03-03 10:57:05 -08:00
2016-07-15 19:57:55 -07:00
2014-12-19 19:55:32 +01:00
2016-09-08 21:46:15 -07:00
2016-09-09 00:22:18 -06:00
2016-06-17 00:21:58 +12:00
2015-05-01 11:21:27 +00:00
2016-10-20 00:36:32 +01:00
2017-03-24 09:03:59 +13:00
2017-07-12 16:34:58 -05:00
2017-07-03 08:57:05 +01:00
2017-03-24 09:03:59 +13:00
2016-09-01 11:48:15 +12:00
2014-12-19 19:55:32 +01:00
2017-03-03 10:57:15 -08:00
2017-07-03 08:57:05 +01:00
2015-05-01 11:21:27 +00:00
2017-07-03 08:57:05 +01:00
2017-07-03 08:57:05 +01:00
2014-12-19 19:55:32 +01:00
2016-09-08 12:22:08 +12:00
2017-01-23 17:06:54 +01:00
2017-01-23 17:06:54 +01:00
2017-03-24 09:03:59 +13:00
2017-03-24 09:03:59 +13:00
2017-03-24 09:03:59 +13:00
2017-03-24 09:03:59 +13:00
2017-03-25 17:40:27 +13:00
2015-05-16 17:59:23 -04:00
2017-06-24 19:49:41 +01:00
2017-05-05 11:24:48 -04:00
2014-12-19 19:55:32 +01:00
2016-10-25 19:48:38 +01:00
2017-03-25 20:22:12 +13:00
2016-08-13 11:12:18 -04:00
2017-07-03 08:57:05 +01:00
2016-12-09 16:59:34 +13:00
2014-12-19 19:55:32 +01:00