chzyer / readline

Readline is a pure go(golang) implementation for GNU-Readline kind library
MIT License
2.06k stars 273 forks source link

In Ansi_ The ColorTableFg in the windows.go file may have an array out of bounds #233

Open feiquan666 opened 8 months ago

feiquan666 commented 8 months ago
image

The length of ColorTableFg is 8, and when c>37, array out of bounds will occur

feiquan666 commented 8 months ago

image