yvt
c073c92c6a
fix(client): don't pass nullptr
to std::nan
, don't use std::nan
at all
...
`std::nan` converts a given string to a quiet NaN value in an
implementation-defined way. It accepts an empty string, but that doesn't
mean you can pass `nullptr`. Passing `nullptr` causes a segmentation
fault on Linux but does not on macOS, which I think is why I missed that
in the first place.
Actually, `std::nan` isn't even really needed here, hence I replaced it
with `NAN`.
2021-01-05 16:22:17 +09:00
..
2017-11-18 21:15:07 +00:00
2016-12-03 18:23:47 +09:00
2019-01-01 14:47:40 +09:00
2019-01-01 14:47:40 +09:00
2019-07-14 22:29:15 +09:00
2019-05-19 17:20:50 +09:00
2016-12-03 18:23:47 +09:00
2019-10-08 08:51:47 +09:00
2021-01-05 16:22:17 +09:00
2018-01-06 19:38:14 +09:00
2019-07-17 10:30:36 +09:00
2019-11-28 22:10:38 +09:00
2019-07-14 22:29:15 +09:00
2019-07-14 22:29:15 +09:00
2017-12-05 15:42:24 +09:00
2019-11-28 22:10:38 +09:00
2019-05-05 23:32:57 +09:00
2016-12-16 05:05:23 +09:00
2017-01-05 03:48:11 +09:00
2016-12-03 18:23:47 +09:00
2016-12-03 18:23:47 +09:00
2018-12-31 21:35:37 +09:00
2018-09-18 22:18:54 +09:00
2020-04-20 13:38:57 +09:00
2020-04-20 13:38:57 +09:00
2019-05-25 15:42:51 +09:00
2017-01-05 03:48:11 +09:00
2016-12-03 18:23:47 +09:00
2017-01-04 21:32:11 +02:00
2017-01-04 21:32:11 +02:00
2017-11-18 21:15:07 +00:00
2016-12-11 23:18:16 +09:00
2019-05-25 15:00:32 +09:00
2019-05-25 15:00:32 +09:00
2019-05-19 16:25:39 +09:00
2019-05-19 16:51:27 +09:00
2017-12-15 23:05:08 +09:00
2017-12-15 23:05:08 +09:00
2017-09-03 16:56:01 +09:00
2017-09-11 20:49:21 +09:00
2017-01-08 00:43:55 +09:00
2017-01-08 00:43:55 +09:00
2018-09-17 23:48:38 +09:00
2017-01-05 03:48:11 +09:00
2020-12-17 00:39:23 +09:00
2017-11-18 21:15:07 +00:00
2016-12-03 18:23:47 +09:00
2016-12-03 18:23:47 +09:00
2016-12-03 18:23:47 +09:00
2017-01-05 03:48:11 +09:00
2016-12-03 18:23:47 +09:00
2019-07-15 00:08:02 +09:00
2018-10-13 14:43:49 +09:00
2018-10-13 14:43:49 +09:00
2016-12-03 18:23:47 +09:00
2016-12-03 18:23:47 +09:00
2016-12-03 18:23:47 +09:00
2016-12-03 18:23:47 +09:00
2016-12-03 18:23:47 +09:00
2016-12-11 23:18:16 +09:00
2016-12-03 18:23:47 +09:00
2016-12-03 18:23:47 +09:00
2016-12-03 18:23:47 +09:00
2016-12-03 18:23:47 +09:00
2018-10-13 14:43:49 +09:00
2016-12-03 18:23:47 +09:00
2016-12-03 18:23:47 +09:00
2019-07-14 23:53:10 +09:00
2016-12-03 18:23:47 +09:00
2016-12-03 18:49:07 +09:00
2017-02-11 16:38:24 +09:00
2017-11-18 21:15:07 +00:00
2019-06-09 13:44:05 +09:00
2017-01-09 05:00:05 +09:00
2017-01-05 03:48:11 +09:00
2016-12-03 18:23:47 +09:00
2020-08-06 15:21:09 +09:00
2019-05-20 00:22:24 +09:00
2018-09-18 22:18:54 +09:00
2016-12-03 18:23:47 +09:00
2018-07-04 09:22:19 -07:00
2016-12-03 19:04:58 +09:00
2016-12-03 18:49:07 +09:00
2017-01-05 03:48:11 +09:00
2016-12-03 18:23:47 +09:00
2020-04-16 12:46:13 -05:00
2019-11-28 22:10:38 +09:00
2016-12-03 19:04:58 +09:00
2018-10-13 14:43:49 +09:00
2016-12-03 18:23:47 +09:00
2016-12-03 18:49:07 +09:00
2019-05-19 17:06:53 +03:00
2017-01-04 21:32:11 +02:00
2016-12-03 18:23:47 +09:00
2017-01-05 03:48:11 +09:00
2016-12-03 18:49:07 +09:00
2017-01-05 03:48:11 +09:00
2016-12-16 05:05:23 +09:00
2016-12-03 18:23:47 +09:00
2018-09-17 23:48:38 +09:00
2017-01-05 03:48:11 +09:00
2019-12-09 00:25:36 +09:00
2017-12-22 22:38:34 +09:00
2018-12-31 21:34:30 +09:00
2017-11-18 21:15:07 +00:00