Debian Patches

Status for selint/1.2.0-1

Patch Description Author Forwarded Bugs Origin Last update
0001-Fix-32-bit-sign-comparisons.patch Fix 32-bit sign comparisons
parse.y: In function 'yyerror':
parse.y:1111:26: error: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Werror=sign-compare]
1111 | if (c - current_line < current_first_column) {
| ^
parse.y:1113:33: error: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Werror=sign-compare]
1113 | } else if (c - current_line < current_last_column) {
| ^
=?utf-8?q?Christian_G=C3=B6ttsche?= <cgzones@googlemail.com> no 2021-01-19
0002-Allow-define-without-expansion.patch Allow define() without expansion
This allows parsing statements such as "define(`something')", which are
perfectly valid.
Ondrej Mosnacek <omosnace@redhat.com> no 2021-01-25

All known versions for source package 'selint'

Links