Обсуждение: Potential buffer overflow in contrib/cube/cubeparse.y

Поиск
Список
Период
Сортировка

Potential buffer overflow in contrib/cube/cubeparse.y

От
Bruno Wolff III
Дата:
In the function cube_yyerror an output buffer of 256 bytes is allocated
to be used for an error message that outputs some of the input buffer.
I think the portion of the input buffer that is echod can potentially
be longer than this.