Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Two issues found with -fsanitize=undefined
- X-seq: zsh-workers 36546
- From: Markus Trippelsdorf <markus@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Two issues found with -fsanitize=undefined
- Date: Thu, 17 Sep 2015 09:57:59 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=simple; d=mail.ud10.udmedia.de; h= date:from:to:subject:message-id:mime-version:content-type; s= beta; bh=j4mPrFRxj+NE2sKScARVBnOyQbQ7wGPxgewqK3nPfbs=; b=C/J2ogJ XLAo/9rGS0uTRT9C8XKVRdJ4Jzl2JqDk3GPcFEsTQKrB85dJp0D5oONMUldveQbV U/sqsBaSOFJno0UQ8ZTIAD0RiyrnT+/MmxmVSXHlzLoKi8XDhZ0muDBjJYte9BoQ 0+HoL6YSl8P7siT24hTfCZK5l+pLdSc4FQR4=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
I've build zsh trunk with -fsanitize=undefined and two issue popped up
while running the testsuite:
1)
pattern.c:2645:12: runtime error: signed integer overflow: 1234567890123456789 * 10 cannot be represented in type 'long int'
Test ./D02glob.ztst failed: error output differs from expected as shown above for:
2)
compmatch.c:341:6: runtime error: null pointer passed as argument 2, which is declared to never be null}
Test ./Y02compmatch.ztst failed: output differs from expected as shown above for:
--
Markus
Messages sorted by:
Reverse Date,
Date,
Thread,
Author