Chris Robinson 6dd1643a70 Avoid dereferencing a NULL pointer
Even though it's taking the address of a member, it's still technically a
derefernce and thus undefined behavior. sizeof doesn't "execute" the
expression, so derefering in it instead is fine.
2017-12-31 23:19:41 -08:00
..
2017-12-24 20:41:20 -08:00
2017-12-21 11:46:01 -08:00
2017-12-17 15:56:30 -08:00
2017-12-17 15:56:30 -08:00
2017-08-23 23:01:11 -07:00
2017-08-30 11:30:19 -07:00
2017-12-29 16:28:49 -08:00
2017-03-09 15:41:20 -08:00
2017-10-23 13:30:01 -07:00
2017-01-16 08:59:08 -08:00
2017-01-16 08:59:08 -08:00
2017-12-31 23:19:41 -08:00