[PATCH v2 03/12] lib: Handle empty date value

2014-10-11 Thread David Bremner
Austin Clements writes: > From: Austin Clements > > In the interest of robustness, avoid undefined behavior of > sortable_unserialise if the date value is missing. This shouldn't > happen now, but ghost messages will have blank date values. Pushed the first 3 patches in the series. d

Re: [PATCH v2 03/12] lib: Handle empty date value

2014-10-10 Thread David Bremner
Austin Clements writes: > From: Austin Clements > > In the interest of robustness, avoid undefined behavior of > sortable_unserialise if the date value is missing. This shouldn't > happen now, but ghost messages will have blank date values. Pushed the first 3 patches in the series. d

[PATCH v2 03/12] lib: Handle empty date value

2014-10-06 Thread Austin Clements
From: Austin Clements In the interest of robustness, avoid undefined behavior of sortable_unserialise if the date value is missing. This shouldn't happen now, but ghost messages will have blank date values. --- lib/message.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/message.cc

[PATCH v2 03/12] lib: Handle empty date value

2014-10-06 Thread Austin Clements
From: Austin Clements In the interest of robustness, avoid undefined behavior of sortable_unserialise if the date value is missing. This shouldn't happen now, but ghost messages will have blank date values. --- lib/message.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/message.cc