Fossil

Check-in [6efd4194]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add checks to ensure that Blob allocation sizes are within a legal max range, failing if they're too big, to address 'uv add' misbehavior reported in forum post d5cd3e3c19.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6efd41941ced78c5f34ea2c141c400f409ca0207f7a611b971eda31e96625438
User & Date: stephan 2023-06-22 10:47:34.037
Context
2023-06-22
11:01
Allow more than ~128 MiB in a blob ;) ... (check-in: 1c2c0a1f user: danield tags: trunk)
10:47
Add checks to ensure that Blob allocation sizes are within a legal max range, failing if they're too big, to address 'uv add' misbehavior reported in forum post d5cd3e3c19. ... (check-in: 6efd4194 user: stephan tags: trunk)
08:46
merge build system compilation database generation

Tested on OpenBSD 7.3-current and macOS Ventura 13.4 by me, and also on some Linux machines by stephan@

This automatically generates a compile_commands.json file on machines that support the -MJ clang compiler option, which can be consumed by language server clients. ... (check-in: 91f0f00f user: mark tags: trunk)

Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/blob.c.