Re: PATCH: overflow check in isreallycom
Bart Schaefer <[email protected]>
| Newsgroups | gmane.comp.shells.zsh.devel |
|---|---|
| Message-ID | <CAH+w=7brW1QyO15RF1fSMjfhMQQppeuXXEXHqXamCgwdB7VR6Q@mail.gmail.com> |
There's an ambiguous if/else chain in exec.c:
exec.c:1012:5: warning: add explicit braces to avoid dangling else
[-Wdangling-else]
1012 | else if (!cn->u.name)
| ^
1 warning generated.