diff options
author | Sviatoslav Peleshko <speles@mail.ua> | 2022-01-08 21:30:09 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-01-08 23:48:46 +0100 |
commit | 46f6c86362dd66c6dc8bef43cf9e2b7bea50a6cb (patch) | |
tree | bf4a08d692986fc98724754cec16a0342b62cd6d /Kernel/Bus | |
parent | 1b8012e5c7190029f531d55834ad8be04e131667 (diff) | |
download | serenity-46f6c86362dd66c6dc8bef43cf9e2b7bea50a6cb.zip |
InspectorServer: Use the 32-bit data length when sending a request
`length` was inheriting `size_t` type of the `String::length()`, while
everywhere else in the Inspector we expect fixed 32-bit field. On the
architectures where `sizeof(size_t) != sizeof(u32)` this broke the
Inspector communication completely.
Diffstat (limited to 'Kernel/Bus')
0 files changed, 0 insertions, 0 deletions