Skip to content

fuzz: fix use of literal in default initialization.#6268

Merged
htuch merged 2 commits intoenvoyproxy:masterfrom
htuch:fix-utility
Mar 12, 2019
Merged

fuzz: fix use of literal in default initialization.#6268
htuch merged 2 commits intoenvoyproxy:masterfrom
htuch:fix-utility

Conversation

@htuch
Copy link
Copy Markdown
Member

@htuch htuch commented Mar 12, 2019

@htuch htuch requested a review from dnoe March 12, 2019 17:25
dnoe
dnoe previously approved these changes Mar 12, 2019
const std::unordered_set<std::string>& ignore_headers = {}) {
inline Http::TestHeaderMapImpl fromHeaders(
const test::fuzz::Headers& headers,
const std::unordered_set<std::string>& ignore_headers = std::unordered_set<std::string>({})) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Is there a practical difference between std::unordered_set<std::string>({}) and std::unordered_set<std::string>()?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not, will simplify.

Signed-off-by: Harvey Tuch <htuch@google.com>
@htuch htuch merged commit 53c1160 into envoyproxy:master Mar 12, 2019
@htuch htuch deleted the fix-utility branch March 12, 2019 19:02
spenceral added a commit to spenceral/envoy that referenced this pull request Mar 20, 2019
* master: (59 commits)
  http fault: add response rate limit injection (envoyproxy#6267)
  xds: introduce initial_fetch_timeout option to limit initialization time (envoyproxy#6048)
  test: fix cpuset-threads tests (envoyproxy#6278)
  server: add an API for registering for notifications for server instance life… (envoyproxy#6254)
  remove remains of TestBase (envoyproxy#6286)
  dubbo_proxy: Implement the routing of Dubbo requests (envoyproxy#5973)
  Revert "stats: add new BoolIndicator stat type (envoyproxy#5813)" (envoyproxy#6280)
  runtime: codifying runtime guarded features (envoyproxy#6134)
  mysql_filter: fix integration test flakes (envoyproxy#6272)
  tls: update BoringSSL to debed9a4 (3683). (envoyproxy#6273)
  rewrite buffer implementation to eliminate evbuffer dependency (envoyproxy#5441)
  Remove the dependency from TimeSystem to libevent by using the Event::Scheduler abstraction as a delegate. (envoyproxy#6240)
  fuzz: fix use of literal in default initialization. (envoyproxy#6268)
  http: add HCM functionality required for rate limiting (envoyproxy#6242)
  Disable mysql_integration_test until it is deflaked. (envoyproxy#6250)
  test: use ipv6_only IPv6 addresses in custom cluster integration tests. (envoyproxy#6260)
  tracing: If parent span is propagated with empty string, it causes th… (envoyproxy#6263)
  upstream: fix oss-fuzz issue envoyproxy#11095. (envoyproxy#6220)
  Wire up panic mode subset to receive updates (envoyproxy#6221)
  docs: clarify xds docs with warming information (envoyproxy#6236)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants