mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-04 07:02:27 -04:00
Guard against callsigns longer that the CW id buffer
This commit is contained in:
parent
b03c644f10
commit
004df18732
@ -64,6 +64,7 @@ subroutine morse(msg,idat,n)
|
|||||||
|
|
||||||
! Insert this character
|
! Insert this character
|
||||||
nmax=ic(21,j)
|
nmax=ic(21,j)
|
||||||
|
if (n + nmax + 4 .gt. size (idat)) exit
|
||||||
do i=1,nmax
|
do i=1,nmax
|
||||||
n=n+1
|
n=n+1
|
||||||
idat(n)=ic(i,j)
|
idat(n)=ic(i,j)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user