[bug #65588] A buffer overrun in handling of .SHELLFLAGS.

2024-04-13 Thread Dmitry Goncharov
Follow-up Comment #1, bug #65588 (group make): A buffer overflow occurs in oneshell mode when shellflags contains characters special to shell. $ cat makefile .ONESHELL: .SHELLFLAGS:=hello' all:;: $ make Aborted (core dumped) In oneshell mode construct_command_argv_internal wants to store in

[bug #65588] A buffer overrun in handling of .SHELLFLAGS.

2024-04-13 Thread Dmitry Goncharov
Additional Item Attachment, bug #65588 (group make): File name: sv65588_part1.diff Size: 5KiB File name: sv65588_part2.diff Size: 104KiB

[bug #65588] A buffer overrun in handling of .SHELLFLAGS.

2024-04-13 Thread Dmitry Goncharov
URL: Summary: A buffer overrun in handling of .SHELLFLAGS. Group: make Submitter: dgoncharov Submitted: Sat 13 Apr 2024 02:13:34 PM UTC Severity: 3 - Normal