Changeset 7292 for branches/stable_5.0

Show
Ignore:
Timestamp:
19/03/11 11:51:01 (14 months ago)
Author:
westram
Message:
  • backport of buffer overflow fix from [7290]
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/ARBDB/adquery.c

    r6143 r7292  
    938938                if (c=='\\') { 
    939939                    *(s2++) = c; 
    940                     if (!(c=*s1)) { break; } 
     940                    if (!(c=*++s1)) { break; } 
    941941                    *(s2++) = c; 
    942942                    continue;