google-protobuf 3.23.2-x86_64-linux → 3.23.4-x86_64-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: 17cba1db61d4d38b73aa66e6f1079463672e96023b743d738962b013cc2dc39d
4
- data.tar.gz: df9f630b6d12c82b73e10624fdda34ecf1dbcad333421f2118b7a9ad76adff7f
3
+ metadata.gz: 34fff128789770def4b91409802d7356999889bfcf243efd3aa943c0e4f33128
4
+ data.tar.gz: cc33f366024cae7fa6e00a4dc3f2aa263a99f7caaa5198b8626d4b8248112186
5
5
  SHA512:
6
- metadata.gz: c1afdd2d75a59746f47498d4729fc3353db9fbdd118ec48a7d50488ae9020ee7b42a0d255271722a43cfd20243eb6ebea1c42ae53abc9f499db8eeeb7b9abc1b
7
- data.tar.gz: a45a6195fea91a6177dd2df8be393af06ab1bcc01f55f66d29f543c80b82dbba527a47c8481389d0e3abaab7723386c9128916732264ad074187d371ebbb3b5c
6
+ metadata.gz: 7681be28be374a2bb53365bbb3bb683ac2cabf9def9bab434e7619aff0ad4d1db7f41287948e631684d748bb3f55e95f0477ef9d3df60d3020c5928cf4af5c95
7
+ data.tar.gz: 86acae86077dc3f5df19857592a488dfa283d167de03680649fd5d875822b0b2d41330e0b9092d465585758ddad3906ac38fb75cc5aa5725c9b954a9dc719da9
@@ -518,9 +518,9 @@ upb_MapInsertStatus upb_Map_Insert(upb_Map* map, upb_MessageValue key,
518
518
 
519
519
  bool upb_Map_Delete(upb_Map* map, upb_MessageValue key, upb_MessageValue* val) {
520
520
  upb_value v;
521
- const bool ok = _upb_Map_Delete(map, &key, map->key_size, &v);
522
- if (val) val->uint64_val = v.val;
523
- return ok;
521
+ const bool removed = _upb_Map_Delete(map, &key, map->key_size, &v);
522
+ if (val) _upb_map_fromvalue(v, val, map->val_size);
523
+ return removed;
524
524
  }
525
525
 
526
526
  bool upb_Map_Next(const upb_Map* map, upb_MessageValue* key,
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.23.2
4
+ version: 3.23.4
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-25 00:00:00.000000000 Z
11
+ date: 2023-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler-dock
@@ -111,7 +111,7 @@ homepage: https://developers.google.com/protocol-buffers
111
111
  licenses:
112
112
  - BSD-3-Clause
113
113
  metadata:
114
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.23.2/ruby
114
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.23.4/ruby
115
115
  post_install_message:
116
116
  rdoc_options: []
117
117
  require_paths: