mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 04:30:33 +00:00
Initialize buffer
This commit is contained in:
parent
eef5cadab0
commit
8c2d1d6ad1
@ -582,7 +582,7 @@ private:
|
||||
}
|
||||
|
||||
private:
|
||||
char data_[header_length + max_body_length];
|
||||
char data_[header_length + max_body_length] = "";
|
||||
std::size_t body_length_;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user