Displaying 2 results from an estimated 2 matches for "rawheader".
2014 Sep 12
2
[LLVMdev] UBSan detects misaligned memory accesses in llvm-profdata and llvm-cov
...vm-profdata
lit-tests:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap/builds/4526/steps/check-llvm%20ubsan/logs/stdio
Also see http://llvm.org/bugs/show_bug.cgi?id=20815.
The error reports look vaild: in general it's incorrect to load uint64_t,
or even structures like "RawHeader" or "CoverageMappingTURecord" from a
random address. Also, if you parse files stored on disk, it would certainly
help to know endianness of data in these files and, e.g., use routines from
Support/Endian.h. Can you take a look at this?
--
Alexey Samsonov
vonosmas at gmail.com
-----...
2013 May 10
0
Wine release 1.5.30
...aw HTTP headers dynamically.
wininet: Take HTTP_QUERY_FLAG_REQUEST_HEADERS flag into account when creating HTTP_QUERY_RAW_HEADERS data information.
wininet: Delete Content-Encoding header when uncompressing data.
wininet: Add current raw headers to cache.
wininet: Get rid of rawHeaders field in request_t structure.
wininet: Add test of reading gzipped content from cache.
wininet: Handle NULL req->netconn in INTERNET_DIAGNOSTIC_SOCKET_INFO query.
wininet: Handle NULL req->netconn in INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT query.
msvcp60: Export b...