Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Used-uninitalized error I hadn't seen before
- X-seq: zsh-workers 43412
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Used-uninitalized error I hadn't seen before
- Date: Fri, 7 Sep 2018 12:44:00 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=d2lhGuW8lsPnij1eKnEgOUFNY3XjKxs16VlxKxPUrr8=; b=RqPramhbCjqE2Q9Pv3ORvDzVMXYb3Mdb2hzVLk3zGhqgn5CidDCZYWx13IRGaUpJKB 5wQZbnyvSKQODgo3qf7Ftp6oaLnZe5ZHnKXNlWocit9PUogMCUojTkTaRX0CAuSKS6ND cyaCkT65k9Ja1fe4Ktf7C7VhwlJlszR59l3FJr/vn5l/dedni4j66qmqVjKC2TpeD6yJ XjmnIXd056lET8wSvJ489vkVulPkL1IQFNzJp8SGRkwvTFiSNbL/nqCFMJ4vKpqxhYpT Ljci3Nyd0xbpEkKPGLBDPafNMDWU8TXnc61XrL6DPhM5pCwxr3pNovf+Zo1FWq0TZT4M Hn3Q==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Just built zsh 5.6 on a new host.
computil.c: In function 'ca_inactive':
computil.c:1832: warning: 'grplen' may be used uninitialized in this function
It's not immediately clear to me to what grplen should be initialized.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author