Bug 501236 - sasl_encode64 changed ABI
Summary: sasl_encode64 changed ABI
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: postfix
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Miroslav Lichvar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-05-18 07:57 UTC by Jan F. Chadima
Modified: 2009-05-22 09:40 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-05-22 09:40:36 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jan F. Chadima 2009-05-18 07:57:03 UTC
Description of problem:
sasl_encode64 changed ABI
From now is 1 byte for trailing zero mandatory. It's necessary to make all output buffers long enough to contain output string + trailing zero.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Miroslav Lichvar 2009-05-22 09:40:36 UTC
Postfix allocates the buffer correctly, the length is computed to include also the trailing zero.


Note You need to log in before you can comment on or make changes to this bug.