]> sigrok.org Git - libsigrok.git/commit
output/csv: fix segfault when naming logic channels
authorWolfram Sang <redacted>
Thu, 11 May 2017 11:51:07 +0000 (13:51 +0200)
committerUwe Hermann <redacted>
Sat, 13 May 2017 20:33:54 +0000 (22:33 +0200)
commit6a235225b3817d45c3d4d1b9ce2c4928c1472256
tree564b762a067958f4238a2c0f0eb3d2619722a1b2
parent8005151b8783b002f5e07aa9e4e077ea6aed1688
output/csv: fix segfault when naming logic channels

'j' is the loop variable for channels, not 'i'.

This fixes parts of bug #844.

Reported-by: Maxim Sloyko <redacted>
Signed-off-by: Wolfram Sang <redacted>
src/output/csv.c