bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59544: [PATCH] Fixed lib-src/etags.c command execute vulnerability


From: lux
Subject: bug#59544: [PATCH] Fixed lib-src/etags.c command execute vulnerability
Date: Sat, 26 Nov 2022 10:30:01 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0

"lux" <lx@shellcodes.org> writes:

+          FILE *otags_f = fopen ("OTAGS", "wb");
+          FILE *tag_f = fopen (tagfile, "rb");
+
+          if (otags_f == NULL)
+              pfatal ("OTAGS");
                ^^

Two spurious spaces here.  Other than that, LGTM.

Fixed, thank you :-)

Attachment: 0001-Fixed-lib-src-etags.c-command-execute-vulnerability.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]