Opened 4 months ago

Closed 2 months ago

#69101 closed defect (fixed)

shellcheck @0.9.0_4: crash on input

Reported by: mohd-akram (Mohamed Akram) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: neverpanic (Clemens Lang)
Port: shellcheck

Description

Running shellcheck with this file causes a crash:

#!/bin/sh
test 1
x=$?
a=`:`
shellcheck: (Array.!): undefined array element

This doesn't happen with the shellcheck binary downloaded from GitHub or on https://www.shellcheck.net

Change History (2)

comment:1 Changed 2 months ago by mohd-akram (Mohamed Akram)

This is fixed (checked on 0.10.0_5).

comment:2 Changed 2 months ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: newclosed

Thanks for checking!

Note: See TracTickets for help on using tickets.