Skip to content
Commit 0e31e952 authored by Patrick Williams's avatar Patrick Williams
Browse files

multipart-parser: fix clang-tidy issues



```
../include/multipart_parser.hpp:77:21: error: 'buffer' is an unsafe pointer used for buffer access [-Werror,-Wunsafe-buffer-usage]
        const char* buffer = req.body().data();
../include/multipart_parser.hpp:246:38: error: 'buffer' is an unsafe pointer used for buffer access [-Werror,-Wunsafe-buffer-usage]
    void skipNonBoundary(const char* buffer, size_t len, size_t boundaryEnd,
```

Signed-off-by: default avatarPatrick Williams <patrick@stwcx.xyz>
Change-Id: Iad3b4b241ec75a152e240755a307a970798079fb
parent 97c920c5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment