Closed Bug 336133 Opened 18 years ago Closed 18 years ago

Missing out-of-memory check at db/sqlite3/src/tclsqlite.c:1442

Categories

(Toolkit :: Storage, defect, P1)

defect

Tracking

()

RESOLVED FIXED

People

(Reporter: vda, Assigned: brettw)

References

Details

(Keywords: fixed1.8.1)

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060320 Firefox/1.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060320 Firefox/1.5

        zErr = malloc(200 + strlen(zFile));
        sprintf(zErr,"Error: %s line %d: expected %d columns of data but found %d",
           zFile, lineno, nCol, i+1);


Reproducible: Always
Assignee: nobody → vladimir
Component: General → Storage
Product: Firefox → Toolkit
QA Contact: general → storage
Opened http://www.sqlite.org/cvstrac/tktview?tn=1806. I don't suppose we use that code.
Assignee: vladimir → brettw
Depends on: 338155
Priority: -- → P1
This is fixed by the upgrade to sqlite 3.3.5 in but 338155.
Fixed by patch in bug 338155.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.