You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libbson/NEWS
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@ Changes:
6
6
* `BSON_ERROR_BUFFER_SIZE` is reduced from `504` to `503` to reserve the final byte for internal use.
7
7
* The data layout of `bson_error_t` remains otherwise unchanged: the size is still 512 bytes and the offset of the `.code`, `.domain`, and `.message` data members remain unchanged.
8
8
9
+
libbson 1.30.2
10
+
==============
11
+
12
+
Fixes:
13
+
14
+
* Fix `bson_new_from_buffer` behavior on malformed input.
15
+
* Fix allocation of large `bson_t`.
16
+
17
+
Thanks to everyone who contributed to the development of this release.
0 commit comments