aboutsummaryrefslogtreecommitdiff
path: root/implementation/endpoints/include/local_server_endpoint_impl_receive_op.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/endpoints/include/local_server_endpoint_impl_receive_op.hpp')
-rw-r--r--implementation/endpoints/include/local_server_endpoint_impl_receive_op.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/implementation/endpoints/include/local_server_endpoint_impl_receive_op.hpp b/implementation/endpoints/include/local_server_endpoint_impl_receive_op.hpp
index 53f4769a..b1d8991d 100644
--- a/implementation/endpoints/include/local_server_endpoint_impl_receive_op.hpp
+++ b/implementation/endpoints/include/local_server_endpoint_impl_receive_op.hpp
@@ -25,8 +25,8 @@ struct storage :
{
socket_type_t &socket_;
receive_handler_t handler_;
- byte_t *buffer_;
- std::size_t length_;
+ byte_t *buffer_ = nullptr;
+ size_t length_;
uid_t uid_;
gid_t gid_;
size_t bytes_;