Module Name: src Committed By: mrg Date: Tue Sep 5 00:12:14 UTC 2023
Modified Files: src/lib/libpuffs: Makefile Log Message: apply -Wno-dangling-pointer to callcontext.c. puffs_cc_getcc() uses a mask against a stack variable to find the struct puffs_cc stashed below the stack, triggering the dangling pointer problem. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libpuffs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.