Re: fix memory overflow in ecpg preproc module

2019-04-11 Thread Michael Meskes
Hi, > I have found a potential memory overflow in ecpg preproc module. > ... Thanks for finding and fixing, committed. Michael -- Michael Meskes Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) Meskes at (Debian|Postgresql) dot Org Jabber: michael at xmpp dot meskes dot org

fix memory overflow in ecpg preproc module

2019-04-03 Thread Liu, Huailing
Hi, everyone I have found a potential memory overflow in ecpg preproc module. Here is: https://github.com/postgres/postgres/blob/REL9_5_16/src/interfaces/ecpg/preproc/pgc.l In parse_include() function --- for (ip = include_paths; y