Simplify lexer's rules for string constants, eliminate potential buffer overrun.
Tom Lane <tgl@sss.pgh.pa.us>
Simplify lexer's rules for string constants, eliminate potential buffer overrun.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/scan.c | modified | +211 −228 |
| src/backend/parser/scan.l | modified | +5 −17 |