google-protobuf 3.15.4-x86-linux → 3.15.5-x86-linux

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: 7bc66aab39a0af4b61aeb262167e2d217be09e7e13f8768211c27e0b210d9bbe
4
- data.tar.gz: 99b03c4e90cf0a3f1794fa8a3038749b8431e6ad590b5330db769d953e29a8d6
3
+ metadata.gz: f25b210f1bc68ffa453a8e78368b41735cc8690a639b6ce3d5d4a2d4be60c66e
4
+ data.tar.gz: e3504ff9cb7e01a7f8aa0be35aaedd146fffab3d999e5d701ae71ca915b955e2
5
5
  SHA512:
6
- metadata.gz: ccfb526313a6d39c92f2dad29c5d8f9c6818c919de5d35d59aa21c784346e72b1898d8fff861fa7991567a2438ea3bba94ab8592e044745f550b5cbc0da97e88
7
- data.tar.gz: 75dde0006ec8f2fc78c7c107316081bbe60c8fde6670ac79f0640be98d05ad01b548817120f572c9ddcd1e50b59b3e444e79c251eaf4c6147a66e18be9fe213a
6
+ metadata.gz: 1ab0dcf4f0bf5d79dbf672c1f9e8f30364d09b99475ee45f22b93f6e8cbf5eb157ec0e1b96311cd993ecd3d0bad696e85756544707c3bf936d66482be9557eb2
7
+ data.tar.gz: 976342b5abf2d339d7acafeb721667c638d40fd124f305d194b005e7391a651d5a5317d44049f08d0833544f687561c2bae28ba3d98e5e10c6b91dafcb60c95e
@@ -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-linux
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: