Commit Graph

7 Commits

Author SHA1 Message Date
Shih-Chiang Chien
9736fb321b Bug 1372065 - fix cppcheck linter error in Necko. r=jduell
For netwerk/cache2/CacheFileInputStream.cpp:148 and netwerk/protocol/http/nsHttpHeaderArray.cpp:358,
missing "()" in the if statement.

For netwerk/base/rust-url-capi/test/test.cpp:29, netwerk/streamconv/converters/nsHTTPCompressConv.cpp:297,
and netwerk/streamconv/converters/nsHTTPCompressConv.cpp:300, null pointer will be returned but the
original memory buffer will not be freed if |realloc| fails.  We should remember the original memory
buffer and free it if error is detected.

MozReview-Commit-ID: 2ggXsL73jYV
2017-06-12 11:51:26 +08:00
Valentin Gosu
a739db419f Bug 1151899 - rust-url-capi error code changes; r=manishearth
MozReview-Commit-ID: AHwbkgGifmr
2016-11-08 00:39:49 +01:00
Sebastian Hengst
d5fe91813b Backed out changeset 4984c5478d52 (bug 1151899) for build bustage. r=backout on a CLOSED TREE 2016-11-17 20:23:01 +01:00
Valentin Gosu
0534d572a1 Bug 1151899 - rust-url-capi error code changes; r=manishearth
MozReview-Commit-ID: AHwbkgGifmr
2016-11-08 00:39:49 +01:00
Manish Goregaokar
2bbb804b70 Bug 1151899 - Include rust-url-capi (leave-open); r=valentin,ted
MozReview-Commit-ID: 1ITlPLvwzF4
2016-10-28 16:34:21 -07:00
Wes Kocher
1c352761ca Backed out 2 changesets (bug 1151899) for build bustage a=backout
Backed out changeset 7b5270bac41b (bug 1151899)
Backed out changeset 62f38c70d152 (bug 1151899)
2016-10-28 14:27:45 -07:00
Manish Goregaokar
a403b3dc6b Bug 1151899 - Include rust-url-capi; r=valentin,ted
MozReview-Commit-ID: 1ITlPLvwzF4
2016-10-28 14:03:13 -07:00