Sebastian Falbesoner 56a461f727 wallet: fix buffer over-read in SQLite file magic check
If there is no terminating zero within the 16 magic bytes, the buffer would be
over-read in the std::string constructor. Fixed by using the "from buffer"
variant of the ctor (that also takes a size) rather than the "from c-string"
variant.
2020-10-22 03:39:55 +02:00
..
2020-05-28 02:13:19 -04:00
2020-05-24 10:34:52 -07:00
2020-09-08 21:02:53 -04:00
2020-09-08 21:02:53 -04:00
2020-09-08 21:02:53 -04:00
2020-10-14 11:28:18 -04:00
2020-10-13 18:42:59 +07:00
2020-09-03 12:24:32 -04:00