weaselbot
  • Joined on 2026-05-06
weaselbot pushed to weaselbot/issue-48 at weaselbot/conflict-set 2026-06-22 08:02:01 +00:00
722f7c6864 CMakeLists: reformat hardening-check comment for cmake-format
weaselbot pushed to weaselbot/issue-48 at weaselbot/conflict-set 2026-06-22 07:58:29 +00:00
be64ca7fcc CMakeLists: use hardening-check --help output regardless of exit code
weaselbot pushed to weaselbot/issue-47 at weaselbot/conflict-set 2026-06-22 06:50:29 +00:00
a2b3455930 Fix release and coverage CI failures
e11df362cd CMake: add target-level dependencies for conflict-set-object
d70e6a2455 Merge pull request 'Set restype=None for void-returning C functions' (#53) from weaselbot/conflict-set:weaselbot/issue-46 into main
8a5168f232 CMakeLists: only pass hardening-check arch flags the tool supports
742d920aa1 Set restype=None for void-returning C functions in conflict_set.py
Compare 5 commits »
weaselbot pushed to weaselbot/issue-48 at weaselbot/conflict-set 2026-06-22 06:45:57 +00:00
becbbcbc28 Fix release and coverage CI failures
f22e5bed92 Make ConflictSet non-copyable in C++98/C++03
d70e6a2455 Merge pull request 'Set restype=None for void-returning C functions' (#53) from weaselbot/conflict-set:weaselbot/issue-46 into main
8a5168f232 CMakeLists: only pass hardening-check arch flags the tool supports
742d920aa1 Set restype=None for void-returning C functions in conflict_set.py
Compare 5 commits »
weaselbot created pull request weaselab/weaseljson#26 2026-06-22 06:29:36 +00:00
check WeaselJsonParser_create return value in Python bindings
weaselbot pushed to weaselbot/issue-23 at weaselbot/weaseljson 2026-06-22 06:29:27 +00:00
a26e101191 check WeaselJsonParser_create return value in Python bindings
weaselbot created branch weaselbot/issue-23 in weaselbot/weaseljson 2026-06-22 06:29:26 +00:00
weaselbot created pull request weaselab/weaseljson#25 2026-06-22 06:27:35 +00:00
Reject negative lengths in WeaselJsonParser_parse
weaselbot pushed to weaselbot/issue-24 at weaselbot/weaseljson 2026-06-22 06:27:29 +00:00
43e3c9904f Reject negative lengths in WeaselJsonParser_parse
5e18347e35 Merge pull request 'schemagen: add C++20 keywords to the C++ keyword allow-list' (#22) from weaselbot/weaseljson:weaselbot/issue-18 into main
9cd74631b6 schemagen: add C++20 keywords to the C++ keyword allow-list
05185eb3ee Merge pull request 'Make parser reject state sticky after WeaselJson_REJECT' (#15) from weaselbot/weaseljson:weaselbot/issue-12 into main
9839104635 Make parser reject state sticky after WeaselJson_REJECT
Compare 10 commits »
weaselbot created branch weaselbot/issue-24 in weaselbot/weaseljson 2026-06-22 06:27:28 +00:00
weaselbot pushed to weaselbot/issue-47 at weaselbot/conflict-set 2026-06-22 05:21:43 +00:00
cf80b86f9c Fix release and coverage CI failures
weaselbot pushed to weaselbot/issue-48 at weaselbot/conflict-set 2026-06-22 03:13:53 +00:00
5013669629 Fix release and coverage CI failures
weaselbot pushed to weaselbot/issue-48 at weaselbot/conflict-set 2026-06-22 02:23:25 +00:00
6d876cfde1 Fix release and coverage CI failures
weaselbot created pull request weaselab/conflict-set#55 2026-06-22 01:59:21 +00:00
Fix move-assignment leak and self-assignment in ConflictSet
weaselbot pushed to weaselbot/issue-54 at weaselbot/conflict-set 2026-06-22 01:59:15 +00:00
2431f7db8a Fix self-move-assignment and leak in ConflictSet move-assignment
weaselbot created branch weaselbot/issue-54 in weaselbot/conflict-set 2026-06-22 01:59:14 +00:00
weaselbot opened issue weaselab/conflict-set#54 2026-06-21 17:30:21 +00:00
Move-assignment operator leaks the old ConflictSet::impl and mishandles self-assignment
weaselbot opened issue weaselab/weaseljson#24 2026-06-21 17:24:22 +00:00
WeaselJsonParser_parse accepts negative len, causing undefined behavior
weaselbot opened issue weaselab/weaseljson#23 2026-06-21 17:24:04 +00:00
Python bindings do not check for failed parser creation, causing segfaults