Closed
Bug 142941
Opened 23 years ago
Closed 23 years ago
address book int yarn code is incorrect for ints > 4 bytes long as a string
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect)
SeaMonkey
MailNews: Address Book & Contacts
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
Attachments
(1 file)
1.03 KB,
patch
|
cavin
:
review+
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
the address book code that converts ints to yarns is incorrectly setting the
size field for the yarn. Patch upcoming.
Assignee | ||
Comment 1•23 years ago
|
||
the code was setting the size of the yarn to be the size of the pointer (4),
not the size of the buffer (100).
Comment 2•23 years ago
|
||
Comment on attachment 82776 [details] [diff] [review]
proposed fix
sr=sspitzer
Attachment #82776 -
Flags: superreview+
Assignee | ||
Comment 3•23 years ago
|
||
Cavin, can you review? thx.
Comment 4•23 years ago
|
||
Comment on attachment 82776 [details] [diff] [review]
proposed fix
r=cavin.
Attachment #82776 -
Flags: review+
Assignee | ||
Comment 5•23 years ago
|
||
fix checked in, qa->stephend for lxr verification.
Status: NEW → RESOLVED
Closed: 23 years ago
QA Contact: nbaca → stephend
Resolution: --- → FIXED
I've verified that the patch as listed in this bug landed:
1.98 bienvenu%netscape.com May 8 12:53 fix address book int yarn code to set
yarn size correctly r=cavin, sr=sspitzer 142941
Status: RESOLVED → VERIFIED
OS: Windows 2000 → All
Hardware: PC → All
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•