tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] [PATCH] libtcc.c (put_extern_sym2): Extend the scope of b


From: Lee Duhem
Subject: [Tinycc-devel] [PATCH] libtcc.c (put_extern_sym2): Extend the scope of buf to match its use
Date: Mon, 15 Dec 2014 16:42:45 +0800

Hi,

In `put_extern_sym2', after leaving the code block that `buf' is
defined, `buf' will not
exist, so `name' will point to a variable that does not exist. This
patch fixes that.

Any comment?

Sincerely,
lee

Attachment: 0002-libtcc.c-put_extern_sym2-Extend-the-scope-of-buf-to-.patch
Description: Text Data


reply via email to

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