* bug#58291: 29.0.50; MacOS compilation warning for possibly unitialized use in emacs.c
@ 2022-10-04 15:26 Gerd Möllmann
2022-10-04 18:40 ` Lars Ingebrigtsen
0 siblings, 1 reply; 3+ messages in thread
From: Gerd Möllmann @ 2022-10-04 15:26 UTC (permalink / raw)
To: 58291
In GNU Emacs 29.0.50 (build 5, aarch64-apple-darwin21.6.0, NS
appkit-2113.60 Version 12.6 (Build 21G115)) of 2022-10-04 built on
Mini.fritz.box
Repository revision: 849b7756fd31a69791e67dfe010b1e10f0168c83
Repository branch: master
Windowing system distributor 'Apple', version 10.3.2113
System Description: macOS 12.6
This is latest master as of writing this. When compiling emacs, I see
emacs.c:899:7: warning: variable 'bufsize' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
if (!(emacs_executable && *emacs_executable))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
emacs.c:964:7: note: uninitialized use occurs here
if (bufsize < needed)
^~~~~~~
emacs.c:899:3: note: remove the 'if' if its condition is always false
if (!(emacs_executable && *emacs_executable))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
emacs.c:928:3: note: variable 'bufsize' is declared here
ptrdiff_t bufsize = exenamelen + strlen (suffix) + 1;
^
emacs.c:1755:17: warning: 'fork' is deprecated: Use posix_spawn or fork [-Wdeprecated-declarations]
f = fork (); /* in orig */
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#58291: 29.0.50; MacOS compilation warning for possibly unitialized use in emacs.c
2022-10-04 15:26 bug#58291: 29.0.50; MacOS compilation warning for possibly unitialized use in emacs.c Gerd Möllmann
@ 2022-10-04 18:40 ` Lars Ingebrigtsen
2022-10-04 18:57 ` Stefan Kangas
0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2022-10-04 18:40 UTC (permalink / raw)
To: Gerd Möllmann; +Cc: 58291, Andreas Schwab
Gerd Möllmann <gerd.moellmann@gmail.com> writes:
> This is latest master as of writing this. When compiling emacs, I see
>
> emacs.c:899:7: warning: variable 'bufsize' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
> if (!(emacs_executable && *emacs_executable))
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> emacs.c:964:7: note: uninitialized use occurs here
> if (bufsize < needed)
> ^~~~~~~
I guess this might be related to Andreas' recent fix? Added to the CCs.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#58291: 29.0.50; MacOS compilation warning for possibly unitialized use in emacs.c
2022-10-04 18:40 ` Lars Ingebrigtsen
@ 2022-10-04 18:57 ` Stefan Kangas
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Kangas @ 2022-10-04 18:57 UTC (permalink / raw)
To: Lars Ingebrigtsen, Gerd Möllmann; +Cc: 58291-done, Andreas Schwab
Lars Ingebrigtsen <larsi@gnus.org> writes:
> Gerd Möllmann <gerd.moellmann@gmail.com> writes:
>
>> This is latest master as of writing this. When compiling emacs, I see
>>
>> emacs.c:899:7: warning: variable 'bufsize' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
>> if (!(emacs_executable && *emacs_executable))
>> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> emacs.c:964:7: note: uninitialized use occurs here
>> if (bufsize < needed)
>> ^~~~~~~
>
> I guess this might be related to Andreas' recent fix? Added to the CCs.
This is fixed on emacs-28 and merged to master. Closing.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-04 18:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-04 15:26 bug#58291: 29.0.50; MacOS compilation warning for possibly unitialized use in emacs.c Gerd Möllmann
2022-10-04 18:40 ` Lars Ingebrigtsen
2022-10-04 18:57 ` Stefan Kangas
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.