Commit Graph
8 Commits
Author SHA1 Message Date
Hadi Chokr aa77d239a4 Add -D_FORTIFY_SOURCE=2 to compiler flags
Be way more aggressive towards Memory Violations.

Signed-off-by: Hadi Chokr <[email protected]>
2026-04-02 10:55:27 +02:00
Hadi Chokr c31b086791 Increase stream buffer size from 255 to 1024 to prevent overflow 2026-04-01 08:48:55 +02:00
Hadi Chokr f9d49e57d5 Made a PR for the overflow fix, reenable hardening. 2026-03-31 21:01:20 +02:00
Hadi Chokr d11a24c720 Refactor subprojects in nix flake to be attributes.
Also wrote and by wrote I mean stole from other projects helper
functions for bypassing the nodownload restriction of the nix sandbox.

This uses the wrap files in the repo ecxept for the download part which
has to be an input for reproducibility sake.

The Nix Code is ugly and I am gonna vomit.
2026-03-31 20:29:42 +02:00
Hadi Chokr 6b08e0feb9 Fix Nix Package Part 12939. 2026-03-25 09:06:41 +01:00
Hadi Chokr 447c8e2571 Fix Nix Package 2026-03-23 10:22:24 +01:00
Hadi Chokr c8efdf6a6b Fix Nix Package by adding shiggy as an Input. 2026-03-18 16:02:43 +01:00
Hadi Chokr 9add609856 flake.nix: Fix Input and make it a real package 2026-03-11 09:20:14 +01:00