Ticket #126 (closed defect: fixed)
serial alignment assigns to unallocated array
| Reported by: | Nathan Weeks <weeks@…> | Owned by: | xteruel |
|---|---|---|---|
| Priority: | minor | Milestone: | version 1.2 |
| Component: | alignment | Version: | version 1.1.1 |
| Keywords: | Cc: | ||
| Application Version: | serial | Blocked By: | |
| Blocking: | Sensitive: | no | |
| Needs experiment: | no | ||
| Experimental observations: |
$ find serial | xargs grep seq_output serial/alignment/alignment.c:int *bench_output, *seq_output; serial/alignment/alignment.c: seq_output[si*nseqs+sj] = (int) 1.0; |
||
Description
The bots 1.1.1 serial "alignment" kernel assigns values to an array (seq_output) that is neither allocated, nor used anywhere.
Change History
Note: See
TracTickets for help on using
tickets.
