google-protobuf 3.15.4-x86-mingw32 → 3.15.5-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of google-protobuf might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2011322937bd4267ce6cb196edc9b3d6f4d4c5f06ce8f023e36930af968b83a0
4
- data.tar.gz: 47c2edce0c2ff66f3b89242d823c4a5cb75b960ef7b102c275ae58d96f60ceaa
3
+ metadata.gz: 78e54d625615cdd42f9be90e6381a114c8a0a6ab67e444c4e35cafea994e62ea
4
+ data.tar.gz: a9605998622c7feeefae1b14de38bec191d06fb4dd2713a64c3ae99fe2620a46
5
5
  SHA512:
6
- metadata.gz: 91798a4cf155affee65bded439ba48d5a05ff90f8ddec7b09526ccf088d9750234d5f57e5f4a4220b63814c6acb97a57db430cb756617a33967b8bbdfb3956f5
7
- data.tar.gz: d44cdb0c1e972a0e5489f6cad19715f15770718278b31fbb4fd7575924bc9fd05a8a5c309363714072751a044b49295b907e6621d79fbd399a332fcddf087581
6
+ metadata.gz: b528c67f8af403b6d975c1233a03c0b714f6c48d7f41f4fe19fead889cb40be4cee6cfb54181126b67e8258729f4e48e532c62bade277962f5b4fc6b23d3ae84
7
+ data.tar.gz: 1aca4bdb91f2d96544802dcd5b48b4b33f88baf2826066fa075103ab5b828b0e494cecbd32d7dfb715165662db39aaebe39518a30069f52781b1014f5139adc7
@@ -6663,10 +6663,9 @@ void upb_array_set(upb_array *arr, size_t i, upb_msgval val) {
6663
6663
  }
6664
6664
 
6665
6665
  bool upb_array_append(upb_array *arr, upb_msgval val, upb_arena *arena) {
6666
- if (!_upb_array_realloc(arr, arr->len + 1, arena)) {
6666
+ if (!upb_array_resize(arr, arr->len + 1, arena)) {
6667
6667
  return false;
6668
6668
  }
6669
- arr->len++;
6670
6669
  upb_array_set(arr, arr->len - 1, val);
6671
6670
  return true;
6672
6671
  }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-protobuf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.15.4
4
+ version: 3.15.5
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-03 00:00:00.000000000 Z
11
+ date: 2021-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler-dock
@@ -128,7 +128,7 @@ homepage: https://developers.google.com/protocol-buffers
128
128
  licenses:
129
129
  - BSD-3-Clause
130
130
  metadata:
131
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.15.4/ruby
131
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.15.5/ruby
132
132
  post_install_message:
133
133
  rdoc_options: []
134
134
  require_paths: